On 22.02.2010, at 10:24, MacArthur, Ian (SELEX GALILEO, UK) wrote: > Just refreshing my mingw build this morning, got a few warnings that I > hadn't noticed before: > > Fl_Native_File_Chooser_common.cxx:59: warning: 'char* strapp(char*, > const char*) ' defined but not used > Fl_Native_File_Chooser_WIN32.cxx:51: warning: 'void dnullprint(char*)' > defined but not used
This is likely because Fl_Native_File_Chooser_common.cxx is compiled and linked in separately. That is wrong. It should instead be included by Fl_Native_File_Chooser.cxx only. Check the build file. > Compiling Fl_Function_Type.cxx... > Fl_Function_Type.cxx: In member function `virtual void > Fl_Data_Type::write_code1 ()': > Fl_Function_Type.cxx:872: warning: converting of negative value > `-0x000000001' to `size_t' I thought I fixed that... . Hmm, I'll check again. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
