summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-11-21 19:44:12 +0100
committerunknown <df@pippilotta.erinye.com>2007-11-21 19:44:12 +0100
commit1fb0a096cf9ca930fe9bc66b202c8662daa76a9a (patch)
tree20c81300a7c71e8ea2ad23d08622180471a10ee1
parent705d58f8a6fd6fb2aaaaac4b5713a6f06b4008e6 (diff)
parenta393b62e1bde52165d15ad55968f1a0de58bca92 (diff)
downloadmariadb-git-1fb0a096cf9ca930fe9bc66b202c8662daa76a9a.tar.gz
Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.1-build
into pippilotta.erinye.com:/shared/home/df/mysql/build/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.*