summaryrefslogtreecommitdiff
path: root/support-files/compiler_warnings.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-10-04 23:58:59 +0300
committerMichael Widenius <monty@askmonty.org>2012-10-04 23:58:59 +0300
commitbe4cea7ef22e4d5108479b2e76972803e4c6a92e (patch)
tree018c5a29895d7c4e347085624a922d603ba5c938 /support-files/compiler_warnings.supp
parent1ab7dfe5196a75fefb78ebc58d5fbf12c8f5444d (diff)
downloadmariadb-git-be4cea7ef22e4d5108479b2e76972803e4c6a92e.tar.gz
Fixed compiler warnings
sql/rpl_mi.cc: Fixed compiler warning support-files/compiler_warnings.supp: Supress warning about offsetof macro. (ok in this case)
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 e18c44bf5ed..107c306421a 100644
--- a/support-files/compiler_warnings.supp
+++ b/support-files/compiler_warnings.supp
@@ -193,6 +193,8 @@ ma_packrec\.c : .*result of 32-bit shift implicitly converted to 64 bits.* : 550
#
.* : .*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.*
+sql/sys_vars\.cc : invalid access to non-static data member
+sql/sys_vars\.cc : perhaps the 'offsetof' macro was used incorrectly
# Wrong warning due to GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29478
regexec\.c : passing argument 3 of.*matcher.* discards qualifiers from pointer target type