diff options
author | jani@a88-113-38-195.elisa-laajakaista.fi <> | 2007-03-01 10:52:25 +0200 |
---|---|---|
committer | jani@a88-113-38-195.elisa-laajakaista.fi <> | 2007-03-01 10:52:25 +0200 |
commit | ff5376986fe67a5fc8efe2e7f285b3158239557a (patch) | |
tree | fa6a6bc6cbf21789378fd52e21865af2134e5b59 /support-files/compiler_warnings.supp | |
parent | bcbc0031ebf001dd53e4322aeda67267c5ce3d03 (diff) | |
download | mariadb-git-ff5376986fe67a5fc8efe2e7f285b3158239557a.tar.gz |
Disabled compiler warnings.
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r-- | support-files/compiler_warnings.supp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 2cf43f230c3..46f706198c0 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -30,6 +30,7 @@ pars0lex.l: .*conversion from 'ulint' to 'int', possible loss of data.* .*/bdb/.* : .*empty body in an if-statement.* .*/bdb/.* : .*conversion from 'u?lint' to 'int', possible loss of data.* db_vrfy.c : .*comparison is always false due to limited range of data type.* +dbm.c : .*'item.dsize' is used uninitialized in this function.* # # Ignore all conversion warnings on windows 64 |