FLTK logo

STR #1152

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Home  |  Articles & FAQs  |  Bugs & Features  |  Documentation  |  Download  |  Screenshots  ]
 

Return to Bugs & Features | Roadmap 1.1 | SVN ⇄ GIT ]

STR #1152

Application:FLTK Library
Status:1 - Closed w/Resolution
Priority:2 - Low, e.g. a documentation error or undocumented side-effect
Scope:2 - Specific to an operating system
Subsystem:WIN32
Summary:warning when compiling Fl.cxx on cygwin
Version:1.1.7
Created By:shaiay
Assigned To:matt
Fix Version:1.1-current (SVN: v5085)
Update Notification:

Receive EMails Don't Receive EMails

Trouble Report Files:

No files


Trouble Report Comments:


Name/Time/Date Text  
 
#1 shaiay
11:31 Jan 24, 2006
when compiling 1.1.7 on cygwin I get warnings.

$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/specs
Configured with: /gcc/gcc-3.3.3-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,java,objc,pascal --enable-nls --without-included-gettext --enable-libgcj --with-system-zlib --enable-interpreter --enable-threads=posix --enable-java-gc=boehm --enable-sjlj-exceptions --disable-version-specific-runtime-libs --disable-win32-registry
Thread model: posix
gcc version 3.3.3 (cygwin special)

My configure:
./configure --enable-cygwin --enable-gl && make

the warnings:

Compiling Fl.cxx...
In file included from Fl.cxx:1155:
Fl_win32.cxx: In function `int fl_wait(double)':
Fl_win32.cxx:267: warning: unused variable `int ret_val'
In file included from Fl.cxx:1155:
Fl_win32.cxx: In function `void realloc_timers()':
Fl_win32.cxx:641: warning: unused variable `size_t size'
In file included from Fl.cxx:1155:
Fl_win32.cxx: In function `LRESULT s_TimerProc(HWND__*, unsigned int, unsigned
   int, long int)':
Fl_win32.cxx:1339: warning: comparison between signed and unsigned integer
   expressions
Fl_win32.cxx: In function `static void Fl::repeat_timeout(double, void
   (*)(void*), void*)':
Fl_win32.cxx:1388: warning: unused variable `ATOM atom'
Fl_win32.cxx: At top level:
Fl.cxx:273: warning: `char in_idle' defined but not used
 
 
#2 matt
07:37 May 05, 2006
Fixed in Subversion repository.  
     

Return to Bugs & Features ]

 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.