> > I think it needs to be cleaned up a bit so we see fewer trivial > > warnings. > > fixed > but fltk have a lot of warning with gcc-4.3 like > > checkers.cxx:195: warning: suggest parentheses around && within || > Fl_Text_Buffer.cxx:1402: warning: array subscript has type 'char' > > and > Fl_x.cxx:464: warning: deprecated conversion from string > constant to 'char*' > > the last code will not be compiled with gcc-4.4
Yes. This is true - I think we do need (another) burst of janitorial housekeeping, to clean up the build. More recent compilers are warning about a bigger range of things, which we either need to suppress or fix. For the things that are marked deprecated, we probably want to be thinking "fix"... SELEX Sensors and Airborne Systems Limited 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
