diff options
author | Michael Widenius <monty@askmonty.org> | 2010-03-31 22:12:21 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-03-31 22:12:21 +0300 |
commit | cebec393cf0a5558a2800fb193ba098bda4eabe1 (patch) | |
tree | fe850f7345471909254004970a4bce430c824c3e /support-files | |
parent | d904739cc1d98107f67e76a67b0ea6eb2af326ec (diff) | |
download | mariadb-git-cebec393cf0a5558a2800fb193ba098bda4eabe1.tar.gz |
Fixed compiler warnings
Fixed random failure in test system
BUILD/compile-solaris-sparc:
Addex EXTRA_FLAGS to configure line (to get rid of warnings for not initialzed variables on buildbot)
cmd-line-utils/libedit/filecomplete.c:
Remove not used variables
mysql-test/suite/rpl/r/rpl_optimize.result:
Updated result
mysql-test/suite/rpl/t/rpl_optimize.test:
Use sync_salve_with_master to ensure cleanup on slave
support-files/compiler_warnings.supp:
Added suppression of libedit files
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index fbac70c4ebb..f259fcd9b0e 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -54,6 +54,12 @@ db_vrfy.c : .*comparison is always false due to limited range of data type.* # readline is not maintained by us # .*/cmd-line-utils/readline/.* : .* +readline\.c : unused parameter +term\.c : unused parameter +vi\.c : unused parameter +common\.c : unused parameter +term\.c : *.* + # # Ignore some warnings in libevent, which is not maintained by us. |