From 9cbdb2edab08b02ecc137f50696641a1d5247302 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 25 Jan 2007 13:12:02 +0100 Subject: SETUP.sh: Don't use -Wshadow by default yet BUILD/SETUP.sh: Don't use -Wshadow by default yet --- BUILD/SETUP.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD/SETUP.sh') diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 35d35e2dc1e..274676e0ead 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -92,7 +92,7 @@ if [ "x$warning_mode" != "xpedantic" ]; then # Both C and C++ warnings warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W" warnings="$warnings -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare" - warnings="$warnings -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value -Wunused-variable -Wshadow" + warnings="$warnings -Wwrite-strings -Wunused-function -Wunused-label -Wunused-value -Wunused-variable" # C warnings c_warnings="$warnings -Wunused-parameter" # C++ warnings -- cgit v1.2.1