diff options
author | Michael Widenius <monty@askmonty.org> | 2011-05-11 13:59:17 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-05-11 13:59:17 +0300 |
commit | 8d52c2cffe0ff75ea9a4313c776cc5441e70aef3 (patch) | |
tree | 3207cd9a232e3eea31aa0976436290d221fe3299 /support-files/compiler_warnings.supp | |
parent | 052d1bfb1a215d927e31bbe521a7e29d5da8a384 (diff) | |
download | mariadb-git-8d52c2cffe0ff75ea9a4313c776cc5441e70aef3.tar.gz |
Fixed compiler warnings and test cases problems found by buildbot
mysql-test/r/dyncol.result:
Updated test results
mysql-test/r/index_intersect.result:
Updated results
mysql-test/r/index_intersect_innodb.result:
Updated results
mysql-test/t/dyncol.test:
Added replace_result for floating point results that are different on windows
Added round() around a result to get same result on all platforms.
mysql-test/t/index_intersect.test:
Added replace_result to fix that index_merge may put key names in different order.
mysys/ma_dyncol.c:
Fixed compiler warnings on Solaris
sql/key.cc:
Fixed compiler warnings on Solaris
sql/mysqld.cc:
Fixed compiler warning on windows
support-files/compiler_warnings.supp:
Suppressed an unintersting warning on Solaris
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r-- | support-files/compiler_warnings.supp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 3025fdf5f5d..dc843afeb30 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -67,7 +67,6 @@ vi\.c : unused parameter common\.c : unused parameter term\.c : .* - # # Ignore some warnings in libevent, which is not maintained by us. # @@ -146,6 +145,7 @@ table_xt\.cc : variable.*might be clobbered by.*longjmp # # Yassl +# include/runtime.hpp: .*pure_error.* .*/extra/yassl/.*taocrypt/.*: comparison with string literal .*/extra/yassl/taocrypt/src/blowfish\.cpp: array subscript is above array bounds @@ -159,6 +159,12 @@ mySTL/algorithm\.hpp: is used uninitialized in this function .*/dbug/.*(groff|<standard input>) : .* # +# Warnings on OpenSolaris +# +.*/my_config\.h : _FILE_OFFSET_BITS +/usr/include/sys/feature_tests.h : this is the location of the previous definition + +# # Unexplanable (?) stuff # listener.cc : .*conversion from 'SOCKET' to 'int'.* |