All pastes #424622 Raw Edit

Untitled

public text v1 · immutable
#424622 ·published 2007-04-04 22:28 UTC
rendered paste body
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"