diff options
author | unknown <df@pippilotta.erinye.com> | 2007-11-21 19:33:27 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-11-21 19:33:27 +0100 |
commit | 6d5ab945d16d5e54c027b70b788e948741d15cb5 (patch) | |
tree | af740d6fc018edbffb035e374bbc94fe5387d2a1 /support-files | |
parent | df20252cd499cd24496c59b9fe7b010d818bd662 (diff) | |
parent | 75f14d9b2d047fddf1d924dfe4868918af7c19f4 (diff) | |
download | mariadb-git-6d5ab945d16d5e54c027b70b788e948741d15cb5.tar.gz |
Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
support-files/compiler_warnings.supp:
merge fix
Diffstat (limited to 'support-files')
-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 0a2c720b81b..c452cc7f7a9 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -36,6 +36,11 @@ pars0lex.l: .*conversion from 'ulint' to 'int', possible loss of data.* db_vrfy.c : .*comparison is always false due to limited range of data type.* # +# 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) # |