On May 14, 2007, at 8:02 PM, Albrecht Schlosser wrote: > And here is another such beast: ;-) > > Compiling fl_call_main.c... > fl_call_main.c:101: warning: 'dummy' defined but not used > > This is the only warning I get when compiling FLTK :-)
The function "dummy()" is there to avoid another warning on other systems. I guess that this is an either-or decision, unless we want to pollute the name space with "fl_dummy()"... . ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

