diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-01-29 01:47:35 +0200 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-01-29 01:47:35 +0200 |
commit | 410fc81a726d586e67b45beb0406e1e681494ce4 (patch) | |
tree | 9a81ea8e9e695584f7915cc104eda630d7b98bc8 /support-files | |
parent | 8a80e36ac3facdfba626fd758b6e4490d3ea9ddf (diff) | |
download | mariadb-git-410fc81a726d586e67b45beb0406e1e681494ce4.tar.gz |
After merge fixes
Removed a lot of compiler warnings
Removed not used variables, functions and labels
Initialize some variables that could be used unitialized (fatal bugs)
%ll -> %l
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index f8651e1d27d..a7ebafedfbf 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -10,3 +10,7 @@ DbtupSystemRestart.cpp : .*unused variable.* : 95 - 96 DbtupIndex.cpp : .*unused variable.* : 188 - 242 ndbd_malloc.cpp : .*defined but not used.* : 25 main.cpp : .*unused variable.* : 131 - 132 +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.* |