diff options
author | Sergei Golubchik <serg@mariadb.org> | 2014-08-21 18:11:46 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2014-10-11 18:53:06 +0200 |
commit | 7f5e51b940d65cf541403a50af74163b9aed5cb8 (patch) | |
tree | e540d3cd4d678cd276a9d496490ac5e527f30a78 /support-files/compiler_warnings.supp | |
parent | 57dd1f6f3fcbc7a46e1b3e71257987315f7aa687 (diff) | |
download | mariadb-git-7f5e51b940d65cf541403a50af74163b9aed5cb8.tar.gz |
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove:
* NDB from everywhere
* IM from mtr-v1
* packaging/rpm-oel and packaging/rpm-uln
* few unused spec files
* plug.in file
* .bzrignore
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r-- | support-files/compiler_warnings.supp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index 00434d89e2a..ddbfd1bbee9 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -13,7 +13,6 @@ kernel_types.h : .*only defines private constructors and has no friends.* : 51 Dbtup.hpp: .*only defines private constructors and has no friends.* diskpage.hpp: .*only defines private constructors and has no friends.* tuppage.hpp: .*only defines private constructors and has no friends.* -NdbScanOperation.cpp: .*unused variable '__align'.* : 1190-1200 sql_yacc.cc : .*label 'yyerrlab1' defined but not used.* kernel_types.h : .*'struct Local_key' only defines private constructors and has no friends.* lgman.hpp : .*'struct Lgman::Buffer_idx' only defines private constructors and has no friends.* @@ -128,13 +127,6 @@ signal\.c : .*unused parameter.* .* : uninitialized local variable .* used # -# The following should be fixed by the ndb team -# -.*/ndb/.* : .*used uninitialized in this function.* -.*/ndb/.* : .*unused variable.* -.*/ndb/.* : .*defined but not used.* - -# # Aria warning that is ok in debug builds # storage/maria/ma_pagecache.c: .*'info_check_pin' defined but not used |