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

[STR New]

Link: http://www.fltk.org/str.php?L2428
Version: 1.3-current


Applied fixes for more of these warnings, including the .mm files.
As of r7836, only a few warnings left:

1) Warnings from filename_list.cxx:
----
filename_list.cxx: In function `int fl_filename_list(const char*,
dirent***, int (*)(dirent**, dirent**))':
filename_list.cxx:88: warning: invalid conversion from `int (*)(const
dirent**, const dirent**)' to `int (*)(const void*, const void*)'
----
       Some careful ifdef'ing needs to be done here to fix
       this. Leaving this for Albrecht, as I think he knows the
       right solution for this.

2) Warnings from fl_font_mac.cxx:
----
fl_font_mac.cxx:37: warning: `SInt32 MACsystemVersion' defined but not
used
fl_font_mac.cxx:411: warning: `CGColor* flcolortocgcolor(unsigned int)'
defined but not used
----
   It seems silly to have to silence these; unused variables/code
   when compiled with my compiler environment (OSX 10.4.11)
   due to #ifdef's in the code.. not sure it's worth the extra
   code noise to silence these or not.

3) Some "double->int" conversion warnings for Fl_Text_Display.cxx
   Awaiting Matt's response on fltk.dev as he's been in heavy active
   dev on that widget recently.


Link: http://www.fltk.org/str.php?L2428
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to