summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-11-21 19:33:27 +0100
committerunknown <df@pippilotta.erinye.com>2007-11-21 19:33:27 +0100
commit6d5ab945d16d5e54c027b70b788e948741d15cb5 (patch)
treeaf740d6fc018edbffb035e374bbc94fe5387d2a1 /support-files
parentdf20252cd499cd24496c59b9fe7b010d818bd662 (diff)
parent75f14d9b2d047fddf1d924dfe4868918af7c19f4 (diff)
downloadmariadb-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.supp5
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)
#