diff options
author | unknown <mleich@five.local.lan> | 2007-11-21 18:55:27 +0100 |
---|---|---|
committer | unknown <mleich@five.local.lan> | 2007-11-21 18:55:27 +0100 |
commit | e8673939b1744bdf9398fb38d62f462066a70fd2 (patch) | |
tree | c7a3601aa88e1ed3d49fd41e51ee53ec7903fd74 | |
parent | b6c381053f9a26d6bb1827aedf38d8f9b0b889d3 (diff) | |
parent | 75f14d9b2d047fddf1d924dfe4868918af7c19f4 (diff) | |
download | mariadb-git-e8673939b1744bdf9398fb38d62f462066a70fd2.tar.gz |
Merge mleich@bk-internal.mysql.com:/home/bk/mysql-5.0-build
into five.local.lan:/work/trees/mysql-5.0-build-src-clean
-rw-r--r-- | support-files/compiler_warnings.supp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index d6c4bcee52a..93162c14fa6 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -38,6 +38,11 @@ db_vrfy.c : .*comparison is always false due to limited range of data type.* dbm.c : .*'item.dsize' is used uninitialized in this function.* # +# readline is not maintained by us +# +.*/cmd-line-utils/readline/.* : .* + +# # Ignore all conversion warnings on windows 64 # (Is safe as we are not yet supporting strings >= 2G) # |