diff options
author | Michael Widenius <monty@askmonty.org> | 2010-08-30 16:25:23 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2010-08-30 16:25:23 +0300 |
commit | 401c69e49babc293da30f833c18673f5f071eca3 (patch) | |
tree | 17428995c31ebae7bc915c878bfdb9853ef63512 /support-files | |
parent | 7b91240bbab3094c8c148c46949c0202ae1e991d (diff) | |
download | mariadb-git-401c69e49babc293da30f833c18673f5f071eca3.tar.gz |
Fixed test failure
mysql-test/t/loaddata.test:
Don't run test if ucs2 is not compiled
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index fc861a1c830..a56c39b51a0 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -112,6 +112,8 @@ signal\.c : .*unused parameter.* .* : conversion from '.*size_t' to 'uInt'.* .* : conversion from '.*size_t' to 'uint16'.* .* : The following environment variables were not found.* +.* : no public symbols found; archive member will be inaccessible +.* : DESCRIPTION statement not supported # Ignore uninitialized local variables on windows .* : uninitialized local variable .* used |