summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <kent@kent-amd64.(none)>2007-11-22 17:52:36 +0100
committerunknown <kent@kent-amd64.(none)>2007-11-22 17:52:36 +0100
commit028061ea4bd5280105c02e58d85fa2f47fe7b218 (patch)
tree23bd47b75ce8b9d93c07abf20f7c56951f08c773
parent9fcbecab57d2dd4a0cb109f9fbf7efff30b51880 (diff)
parent1fb0a096cf9ca930fe9bc66b202c8662daa76a9a (diff)
downloadmariadb-git-028061ea4bd5280105c02e58d85fa2f47fe7b218.tar.gz
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.1
into mysql.com:/home/kent/bk/docs-cleanup/mysql-5.1-build
-rw-r--r--support-files/compiler_warnings.supp6
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp
index 0a2c720b81b..c437748c770 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)
#
@@ -77,3 +82,4 @@ mi_packrec.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 560-
# Wrong compiler warnings
#
.* : .*no matching operator delete found; memory will not be freed if initialization throws an exception.*
+ctype-simple.c : .*unary minus operator applied to unsigned type, result still unsigned.*