From 75f14d9b2d047fddf1d924dfe4868918af7c19f4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Nov 2007 18:11:08 +0100 Subject: [PATCH 1/2] ignore readline warnings support-files/compiler_warnings.supp: readline is not maintained by us --- 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) From 98c55d39522fdbcda995451faef47892f7c029e9 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 21 Nov 2007 19:41:13 +0100 Subject: [PATCH 2/2] add wrong warning to suppression file support-files/compiler_warnings.supp: we want that. --- support-files/compiler_warnings.supp | 1 + 1 file changed, 1 insertion(+) diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 93162c14fa6..6c959daf754 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -79,6 +79,7 @@ mi_packrec.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 567 # 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.* # # Viossl warnings - fixed in 5.1, disabled in 5.0. Too large to be changed