summaryrefslogtreecommitdiff
path: root/support-files/compiler_warnings.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-08-20 16:16:47 +0300
committerMichael Widenius <monty@askmonty.org>2010-08-20 16:16:47 +0300
commit096666fcbbf0329676cfd1d8623c1503613f1570 (patch)
treebd52b6421436dba2be2a6fbd5733c3a8614338c5 /support-files/compiler_warnings.supp
parent66ee158b3a799ba4de21b02e67b0a3ea94f099cf (diff)
downloadmariadb-git-096666fcbbf0329676cfd1d8623c1503613f1570.tar.gz
Fixed compilation failure and added some new suppressions
storage/maria/ma_blockrec.c: Fixed compilation failure support-files/compiler_warnings.supp: Added suppressions for pbxt
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r--support-files/compiler_warnings.supp2
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp
index 5039c28aab0..41ebf1bcf8a 100644
--- a/support-files/compiler_warnings.supp
+++ b/support-files/compiler_warnings.supp
@@ -127,6 +127,8 @@ storage/maria/ma_pagecache.c: .*'info_check_pin' defined but not used
# Pbxt
#
xaction_xt\.cc: may be used uninitialized in this function
+lock_xt\.cc : uninitialized local variable .* used
+restart_xt\.cc : dereferencing pointer .* does break strict-aliasing
#
# I think these are due to mix of C and C++.