diff options
author | kent@mysql.com <> | 2005-09-30 16:37:02 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-09-30 16:37:02 +0200 |
commit | 7b2e04d5a2ecc68057e737539c2ea184e200c948 (patch) | |
tree | ffd378671feab72a82c40f089c476cceec3a7d4c /BUILD | |
parent | 664503decafb059f0df78658e74a25d775c85f07 (diff) | |
parent | 21cf818a8db346fb6f87d4fa888dea311f23287b (diff) | |
download | mariadb-git-7b2e04d5a2ecc68057e737539c2ea184e200c948.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-release
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/SETUP.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh index 598aaaa80ae..64be7a34f95 100755 --- a/BUILD/SETUP.sh +++ b/BUILD/SETUP.sh @@ -48,7 +48,7 @@ AM_MAKEFLAGS="-j 4" # The following warning flag will give too many warnings: # -Wshadow -Wunused -Winline (The later isn't usable in C++ as # __attribute()__ doesn't work with gnu C++) -global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings" +global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -ansi" #debug_extra_warnings="-Wuninitialized" c_warnings="$global_warnings -Wunused" cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor" |