r15855 - gnucash/trunk - Re-enable -Wunused checks.
David Hampton
hampton at cvs.gnucash.org
Mon Apr 9 19:24:36 EDT 2007
Author: hampton
Date: 2007-04-09 19:24:35 -0400 (Mon, 09 Apr 2007)
New Revision: 15855
Trac: http://svn.gnucash.org/trac/changeset/15855
Modified:
gnucash/trunk/configure.in
Log:
Re-enable -Wunused checks.
Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in 2007-04-09 23:02:47 UTC (rev 15854)
+++ gnucash/trunk/configure.in 2007-04-09 23:24:35 UTC (rev 15855)
@@ -1305,7 +1305,6 @@
if test ${GCC}x = yesx
then
warnFLAGS=
- CFLAGS="${CFLAGS} -Wno-unused"
# other flags...
# These next two are included in the GNOME_COMPILE_WARNINGS
#warnFLAGS="${warnFLAGS} -Wmissing-prototypes"
More information about the gnucash-changes
mailing list