DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2481 Version: 1.3.0 Fix Version: 1.3.0 Fixed in Subversion repository. Files utf8Input.c and utf8Wrap.c (via ucs2fontmap.c that's included) need a different half of each of these input files. What is in the other half is unused and thus triggers a compilation warning. This has been fixed by adding #define NEED_TOWC in utf8Input.c and #define NEED_TOMB in ucs2fontmap.c and by bracketting the first half of these include files by #ifdef NEED_TOWC/#endif and the second half by #ifdef NEED_TOMB/#endif. Link: http://www.fltk.org/str.php?L2481 Version: 1.3.0 Fix Version: 1.3.0 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
