diff options
author | unknown <jani/jamppa@bk-internal.mysql.com> | 2007-01-11 16:42:48 +0100 |
---|---|---|
committer | unknown <jani/jamppa@bk-internal.mysql.com> | 2007-01-11 16:42:48 +0100 |
commit | c1ad782319e313f41ac50d3e2f813948a3c6670c (patch) | |
tree | 860d3e1e3f78acd71eb2c273baa83df9e299a7ab /support-files | |
parent | 50361d9a44ddce3d0253feba9c658a17b2b0a517 (diff) | |
parent | f6a95153667dab02d11e9d71a2bf6c389ae1571b (diff) | |
download | mariadb-git-c1ad782319e313f41ac50d3e2f813948a3c6670c.tar.gz |
Merge bk-internal.mysql.com:/data0/bk/mysql-5.0
into bk-internal.mysql.com:/data0/bk/mysql-5.0-marvel
libmysqld/lib_sql.cc:
Auto merged
sql/item_func.cc:
Auto merged
sql/item_strfunc.cc:
Auto merged
sql/mysqld.cc:
Auto merged
sql/sql_prepare.cc:
Auto merged
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/disabled_compiler_warnings.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/support-files/disabled_compiler_warnings.txt b/support-files/disabled_compiler_warnings.txt new file mode 100644 index 00000000000..f8651e1d27d --- /dev/null +++ b/support-files/disabled_compiler_warnings.txt @@ -0,0 +1,12 @@ +DictTabInfo.cpp : .*invalid access to non-static.* +DictTabInfo.cpp : .*macro was used incorrectly.* +EventLogger.cpp : .*defined but not used.* : 916 +NdbSqlUtil.cpp : .*unused variable.* : 684 - 685 +DbdihMain.cpp : .*unused variable.* : 6666 +DbtcMain.cpp : .*unused variable.* : 6947 +DbtcMain.cpp : .*unused variable.* : 11870 +DbtupExecQuery.cpp : .*unused variable.* : 1449 +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 |