[svn] commit: r731 - /branches/parkinglot/configure.ac
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Feb 5 04:41:55 UTC 2010
Author: jinmei
Date: Fri Feb 5 04:41:55 2010
New Revision: 731
Log:
re-enabled -Woverloaded-virtual
Modified:
branches/parkinglot/configure.ac
Modified: branches/parkinglot/configure.ac
==============================================================================
--- branches/parkinglot/configure.ac (original)
+++ branches/parkinglot/configure.ac Fri Feb 5 04:41:55 2010
@@ -19,11 +19,7 @@
# default compiler warning settings
if test "X$GCC" = "Xyes"; then
-#-Woverloaded-virtual will produce so many warnings. Suppress them for rapid
-# prototyping, but we should soon fix the code, rather than ignoring the
-# warnings!!
-#CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
-CXXFLAGS="-g -Wall -Wwrite-strings -Wno-sign-compare"
+CXXFLAGS="-g -Wall -Wwrite-strings -Woverloaded-virtual -Wno-sign-compare"
fi
# produce PIC unless we disable shared libraries. need this for python bindings.
More information about the bind10-changes
mailing list