summaryrefslogtreecommitdiff
path: root/support-files/compiler_warnings.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-06-13 19:21:28 +0300
committerMichael Widenius <monty@askmonty.org>2012-06-13 19:21:28 +0300
commit82942260972de9a7416064c177c3bce3512a984a (patch)
tree1be11e8e14aa017680e03fa3124a82a2e5c97f1d /support-files/compiler_warnings.supp
parent94d68777bbb0ebd42674a4fae77c414050ef57d8 (diff)
downloadmariadb-git-82942260972de9a7416064c177c3bce3512a984a.tar.gz
Switched off Maintainer mode by default as it gave wrong compiler warnings (as it added -Wall after some switches was already turned off)
cmake/maintainer.cmake: Add -DFORCE_INIT_OF_VARS to not get warnings generated by -Wall configure.cmake: Don't add -Wall if we already have it. This is to not enable options that are already turned off. support-files/compiler_warnings.supp: Removed suppression that is not needed anymore
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r--support-files/compiler_warnings.supp4
1 files changed, 0 insertions, 4 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp
index 637c3950b63..0184c73dac8 100644
--- a/support-files/compiler_warnings.supp
+++ b/support-files/compiler_warnings.supp
@@ -129,10 +129,6 @@ signal\.c : .*unused parameter.*
# Aria warning that is ok in debug builds
#
storage/maria/ma_pagecache.c: .*'info_check_pin' defined but not used
-#
-# This warning is strange; We should not get it with -DFORCE_INIT_OF_VARS
-# I added the suprression as I was not able to remove this warning :(
-storage/maria/ma_check.c: may be used uninitialized in this function : 1200-1500
#
# Pbxt