DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2521
Version: 1.3.0
Fix Version: 1.3-current (r8298)


Greg, Brian, I just committed some tweaks to suppress most of the compiler
warnings we were seeing (svn r 8299-8301). Some of them suppress warnings
about "deprecated" or "deprecated POSIX" functions. Others are because of
(questionable, because IMHO internal) classes and structs that need the
correct dll-interface (FL_EXPORT), and also the mentioned fix for bool to
int conversions.

I attach file warnings.txt that shows my current warnings with VC2008.

Regarding the X11-related warnings: I didn't have them before Greg's
commit, but when I ran a new build, I had lots of such warnings and even
errors. A complete cleanup of all intermediate files in the working
directory (ide/VisualC6) made them disappear. I don't know what happened,
but you should probably check whether this is also the case in your
environment.

The remaining 10 warnings in release mode (VC2008) are all benign, but if
someone likes to take a look... I'm offline now, it's been a long (FLTK)
day.

P.S. I didn't make another zip file for Brian, because I believe that he
used svn. Brian, is this okay? Do you also have diff and patch?


Link: http://www.fltk.org/str.php?L2521
Version: 1.3.0
Fix Version: 1.3-current (r8298)
   836  gl_draw.cxx
   837  ..\..\src\gl_draw.cxx(336) : warning C4018: '>=' : signed/unsigned 
mismatch
   838  freeglut_teapot.cxx
--
   973  fl_utf.c
   974  j:\fltk-w7\svn\fltk-1.3\src\xutf8/mk_wcwidth.c(92) : warning C4018: '<' 
: signed/unsigned mismatch
   975  j:\fltk-w7\svn\fltk-1.3\src\xutf8/mk_wcwidth.c(92) : warning C4018: '>' 
: signed/unsigned mismatch
   976  j:\fltk-w7\svn\fltk-1.3\src\xutf8/mk_wcwidth.c(96) : warning C4018: '>' 
: signed/unsigned mismatch
   977  j:\fltk-w7\svn\fltk-1.3\src\xutf8/mk_wcwidth.c(98) : warning C4018: '<' 
: signed/unsigned mismatch
   978  fl_call_main.c
--
  1039  Fl_Printer.cxx
  1040  j:\fltk-w7\svn\fltk-1.3\src\Fl_GDI_Printer.cxx(223) : warning C4244: 
'=' : conversion from 'double' to 'float', possible loss of data
  1041  j:\fltk-w7\svn\fltk-1.3\src\Fl_GDI_Printer.cxx(259) : warning C4244: 
'=' : conversion from 'int' to 'FLOAT', possible loss of data
  1042  j:\fltk-w7\svn\fltk-1.3\src\Fl_GDI_Printer.cxx(260) : warning C4244: 
'=' : conversion from 'int' to 'FLOAT', possible loss of data
  1043  Fl_Preferences.cxx
--
  1108  Fl_Clock.cxx
  1109  ..\..\src\Fl_Clock.cxx(193) : warning C4244: 'argument' : conversion 
from 'time_t' to 'ulong', possible loss of data
  1110  Fl_Choice.cxx
--
  1158  forms_timer.cxx
  1159  ..\..\src\forms_timer.cxx(60) : warning C4244: '=' : conversion from 
'time_t' to 'long', possible loss of data
  1160  forms_pixmap.cxx
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to