diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-08-30 11:25:49 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-08-30 11:25:49 +0200 |
commit | 6755944d0876e15aab0d2d33e1d7db1327f0ef8f (patch) | |
tree | abc4bc175e942edaf15b41af1aab277e0c292921 /support-files/compiler_warnings.supp | |
parent | cd92bc38a7fd9442f668fbb1eed1634b04cc6d4d (diff) | |
download | mariadb-git-6755944d0876e15aab0d2d33e1d7db1327f0ef8f.tar.gz |
remove PBXT
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r-- | support-files/compiler_warnings.supp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index edccc6e5975..cd39b3f7a9d 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -132,25 +132,11 @@ signal\.c : .*unused parameter.* 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 - -# # oqgraph errors that are hard to fix # oqgraph/graphcore\.cc : may be used uninitialized in this function # -# I think these are due to mix of C and C++. -# -storage/pbxt/ : typedef.*was ignored in this declaration -ha_pbxt\.cc : variable.*might be clobbered by.*longjmp -table_xt\.cc : variable.*might be clobbered by.*longjmp - -# # Yassl # include/runtime.hpp: .*pure_error.* |