FWIW, I see broadly the same warnings with r7938 on WinXP built with mingw:
Compiling Fl_Text_Display.cxx... Fl_Text_Display.cxx: In member function `int Fl_Text_Display::handle_vline(int, int, int, int, int, int, int, int, int) const': Fl_Text_Display.cxx:1746: warning: converting to `int' from `double' Fl_Text_Display.cxx:1779: warning: converting to `int' from `double' Fl_Text_Display.cxx: In member function `void Fl_Text_Display::wrapped_line_counter(Fl_Text_Buffer*, int, int, int, bool, int, int*, int*, int*, int*, bool) const': Fl_Text_Display.cxx:3120: warning: passing `double' for converting 2 of `double Fl_Text_Display::measure_proportional_character(const char*, int, int) const' Fl_Text_Display.cxx:3135: warning: passing `double' for converting 2 of `double Fl_Text_Display::measure_proportional_character(const char*, int, int) const' Fl_Text_Display.cxx: In member function `double Fl_Text_Display::measure_proportional_character(const char*, int, int) const': Fl_Text_Display.cxx:3203: warning: converting to `int' from `double' Also, do we need to throw some conditional checks into the FNFC code to suppress these unused functions? (Again, this is mingw on WinXX.) Compiling Fl_Native_File_Chooser.cxx... Fl_Native_File_Chooser_common.cxx:59: warning: 'char* strapp(char*, const char*)' defined but not used Fl_Native_File_Chooser_WIN32.cxx:53: warning: 'void dnullprint(char*)' defined but not used SELEX Galileo Ltd Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
