jsled@phoenix [~/stuff/proj/gnucash/src-trunk]$ svn diff configure.in
Index: configure.in
===================================================================
--- configure.in (revision 15799)
+++ configure.in (working copy)
@@ -1299,7 +1299,10 @@
if test ${GCC}x = yesx
then
warnFLAGS=
- CFLAGS="${CFLAGS} -Wno-unused"
+
+ # 2007-02-26, jsled: remove this
+ # CFLAGS="${CFLAGS} -Wno-unused"
+
# other flags...
# These next two are included in the GNOME_COMPILE_WARNINGS
#warnFLAGS="${warnFLAGS} -Wmissing-prototypes"