From f6a95153667dab02d11e9d71a2bf6c389ae1571b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 10 Jan 2007 19:05:13 +0200 Subject: New file for autopush. To disable (known) compiler warnings. support-files/disabled_compiler_warnings.txt: BitKeeper file /home/my/bk/mysql-5.0/support-files/disabled_compiler_warnings.txt --- support-files/disabled_compiler_warnings.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 support-files/disabled_compiler_warnings.txt (limited to 'support-files') 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 -- cgit v1.2.1 From ea65c36c19225f91a686c4cc33b1fe1527f1e785 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 22 Jan 2007 15:52:15 +0200 Subject: Fixed compiler warnings Fixed wrong merge that disabled 'make test' Renamed all suppress files to end in '.supp' Don't give "skipped %d bytes from file" warnings in 5.0 mysql-test/purify.supp: Rename: mysql-test/suppress.purify -> mysql-test/purify.supp support-files/compiler_warnings.supp: Rename: support-files/disabled_compiler_warnings.txt -> support-files/compiler_warnings.supp Makefile.am: Added back missing cd from wrong merge heap/hp_write.c: Fixed compiler warning mysql-test/r/mysqlbinlog.result: Fixed test case to drop all used tables at start and used tables after each test group mysql-test/t/mysqlbinlog.test: Fixed test case to drop all used tables at start and used tables after each test group sql/net_serv.cc: Don't give "skipped %d bytes from file" warnings in 5.0 (The proper fix for this is in 5.1) sql/table.cc: Fixed compiler warning --- support-files/compiler_warnings.supp | 12 ++++++++++++ support-files/disabled_compiler_warnings.txt | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 support-files/compiler_warnings.supp delete mode 100644 support-files/disabled_compiler_warnings.txt (limited to 'support-files') diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp new file mode 100644 index 00000000000..f8651e1d27d --- /dev/null +++ b/support-files/compiler_warnings.supp @@ -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 diff --git a/support-files/disabled_compiler_warnings.txt b/support-files/disabled_compiler_warnings.txt deleted file mode 100644 index f8651e1d27d..00000000000 --- a/support-files/disabled_compiler_warnings.txt +++ /dev/null @@ -1,12 +0,0 @@ -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 -- cgit v1.2.1