summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2005-10-12 13:31:48 +0200
committerunknown <guilhem@mysql.com>2005-10-12 13:31:48 +0200
commit61dfc3347f013eadb46a5035cbf0479bcacc8f22 (patch)
treeb5cbee6aa2e3bb422c7192e221ea65a0398c5401 /BUILD
parent7ff27a614dc60b969cfb99ef4653e0e478f83eca (diff)
parent9af6650abd2f343e5768236038137d514673169d (diff)
downloadmariadb-git-61dfc3347f013eadb46a5035cbf0479bcacc8f22.tar.gz
merge
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 54546d632c8..3f8a9ccaf22 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -46,7 +46,7 @@ AM_MAKEFLAGS="-j 4"
global_warnings="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings"
#debug_extra_warnings="-Wuninitialized"
c_warnings="$global_warnings -Wunused"
-cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -ansi"
+cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
base_max_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio"
max_leave_isam_configs="--with-innodb --with-berkeley-db --with-ndbcluster --with-archive-storage-engine --with-raid --with-openssl --with-raid --with-vio --with-embedded-server"