diff options
author | Michael Widenius <monty@askmonty.org> | 2012-06-13 19:21:28 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2012-06-13 19:21:28 +0300 |
commit | 82942260972de9a7416064c177c3bce3512a984a (patch) | |
tree | 1be11e8e14aa017680e03fa3124a82a2e5c97f1d /support-files/compiler_warnings.supp | |
parent | 94d68777bbb0ebd42674a4fae77c414050ef57d8 (diff) | |
download | mariadb-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.supp | 4 |
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 |