Duncan Gibson wrote:
> to pull these changes into the main build, I would very much appreciate
> it if some kind users out there could check that the equivalent of:
>
> gcc -c src/xutf8/fl_wcwidth.c
>
> compiles without errors on Windows and Mac, as I don't have either.
No errors on Snow Leopard with r7530.
Tried once as shown above (no errors/no warnings)
and once with -Wall added (just a few benign warnings):
[r...@snow] 4 # gcc -c src/xutf8/fl_wcwidth.c
<-- no errors
[r...@snow] 5 # gcc -Wall -c src/xutf8/fl_wcwidth.c
src/xutf8/mk_wcwidth.c:221: warning: 'mk_wcswidth' defined but not used
src/xutf8/mk_wcwidth.c:312: warning: 'mk_wcswidth_cjk' defined but not used
[r...@snow] 6 #
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev