diff options
author | unknown <df@pippilotta.erinye.com> | 2007-11-21 18:11:08 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-11-21 18:11:08 +0100 |
commit | 1b5c57d49c666d0c6511c4c0ac0f873d1bfcc25b (patch) | |
tree | cd700964cff05270fed7bfabe146d18013a78316 /support-files | |
parent | 31561cfa78ca48f508878eb5e9548fd19ed4770e (diff) | |
download | mariadb-git-1b5c57d49c666d0c6511c4c0ac0f873d1bfcc25b.tar.gz |
ignore readline warnings
support-files/compiler_warnings.supp:
readline is not maintained by us
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 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) # |