summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <jani/jamppa@bk-internal.mysql.com>2007-01-25 13:12:02 +0100
committerunknown <jani/jamppa@bk-internal.mysql.com>2007-01-25 13:12:02 +0100
commit36a89485dc834fd47b05b8a15c898ddb756e0156 (patch)
tree5d56898f9671529ef8e4d508dd83dc0ef8ebdb95
parentc8f3e5e9982fb2c6b86de5a42d5b34ea13e28e82 (diff)
downloadmariadb-git-clone-5.1.15-build.tar.gz
Don't use -Wshadow by default yet BUILD/SETUP.sh: Don't use -Wshadow by default yet
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
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