summaryrefslogtreecommitdiff
path: root/support-files/compiler_warnings.supp
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-11-21 19:41:13 +0100
committerunknown <df@pippilotta.erinye.com>2007-11-21 19:41:13 +0100
commiteeae7489ae346512dc83af57f44f46d3a2f5ebfc (patch)
tree937423d7cb7c3c62b799f07abe9056b94e76afbd /support-files/compiler_warnings.supp
parent1b5c57d49c666d0c6511c4c0ac0f873d1bfcc25b (diff)
downloadmariadb-git-eeae7489ae346512dc83af57f44f46d3a2f5ebfc.tar.gz
add wrong warning to suppression file
support-files/compiler_warnings.supp: we want that.
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r--support-files/compiler_warnings.supp1
1 files changed, 1 insertions, 0 deletions
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