1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

add wrong warning to suppression file

This commit is contained in:
df@pippilotta.erinye.com
2007-11-21 19:41:13 +01:00
parent c25cbcec13
commit cf7b21c005

View File

@ -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