diff options
author | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-03-01 10:52:25 +0200 |
---|---|---|
committer | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2007-03-01 10:52:25 +0200 |
commit | c04d5985c1cee79921de5a8ca4b684e82d2c5695 (patch) | |
tree | fa6a6bc6cbf21789378fd52e21865af2134e5b59 /support-files | |
parent | def9c0b2367808d6e8f6b9ffe2f82f6465d9642b (diff) | |
download | mariadb-git-c04d5985c1cee79921de5a8ca4b684e82d2c5695.tar.gz |
Disabled compiler warnings.
sql/ha_archive.cc:
Fixed a warning from unused computed value. This block is
only used in debug mode and changes nothing.
support-files/compiler_warnings.supp:
Disabled a warning from BDB.
Diffstat (limited to 'support-files')
-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 |