Revert "Enable -Wshadow by default"

This reverts commit 31d67fcd3e.
The concensus has been that this causes too many build problems in
the general case and what is needed instead is a way to turn on the
extra warnings for developers only.
This commit is contained in:
Stephen Williams
2009-01-01 08:33:26 -08:00
parent f1b0a77e0f
commit ea938b7907
15 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ PS2PDF = @PS2PDF@
GIT = @GIT@
CPPFLAGS = @DEFS@ -I. -I$(srcdir) -DVERSION='"$(VERSION)"' @CPPFLAGS@
CXXFLAGS = -Wall -Wshadow @CXXFLAGS@
CXXFLAGS = -Wall @CXXFLAGS@
PICFLAGS = @PICFLAG@
LDFLAGS = @rdynamic@ @LDFLAGS@