From c25cbcec13b4c646858b301026f91a823c12fa74 Mon Sep 17 00:00:00 2001 From: "df@pippilotta.erinye.com" <> Date: Wed, 21 Nov 2007 18:11:08 +0100 Subject: [PATCH] ignore readline warnings --- support-files/compiler_warnings.supp | 5 +++++ 1 file changed, 5 insertions(+) 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 @@ -37,6 +37,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.* 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)