[STR Closed w/Resolution]

Link: http://www.fltk.org/str.php?L2174
Version: 1.3-current
Fix Version: 1.3-current (r6680)


Fixed in Subversion repository.


1) Converted C++ style comments to C where needed.
2) ifdef'ed out the "#warning"s as fabien advised. Using:

    #if !defined(WIN32) && !defined(sgi) || defined(CYGWIN)
    #warning FIXME This needs to be UTF aware now
    #endif

   ..which should prevent #warning being parsed on WIN32 or SGI,
   while allowing it on CYGWIN and everything else.


Link: http://www.fltk.org/str.php?L2174
Version: 1.3-current
Fix Version: 1.3-current (r6680)

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

Reply via email to