Mon Jul 19 09:37:21 2004 George Lebl * Release 2.0.9 Mon Jul 19 09:30:18 2004 George Lebl * src/main.c, src/test.gob, src/Makefile.am, src/parse.y: Fix for -Wbad-function-cast which is kind of a moronic warning when it comes to enums so in non-C++ mode just use the generic gint and guint casts for enums and flags, on the other hand C++ really requires the proper enum casts, go figure. * configure.in, NEWS: prepare for another release Thu Jul 08 16:22:56 2004 George Lebl * src/main.c: Rework the unused var warning avoidance since it was causing different warnings. I sort of now assume we're using gcc if we want no warnings, other compilers will likely get warnings in places. But they probably got some warnings anyway. Also fixup all kinds of other places that cause warnings to popup. * src/test.gob, src/Makefile.am: Test for all kinds of warnings.