summaryrefslogtreecommitdiff
path: root/support-files/compiler_warnings.supp
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2012-08-17 10:01:19 +0300
committerMichael Widenius <monty@askmonty.org>2012-08-17 10:01:19 +0300
commit89036b9f8a0824ead608bf1ff8120f5f7101031e (patch)
tree9524d83c8258e0ddef7d19cdd93bfe57e553013a /support-files/compiler_warnings.supp
parenta1bc3936304ae9fca8cbe5ebeb51c8f626fbd87b (diff)
downloadmariadb-git-89036b9f8a0824ead608bf1ff8120f5f7101031e.tar.gz
Fixed compiler warnings
Fixed error in test that caused following tests to fail extra/yassl/taocrypt/src/dsa.cpp: Fixed compiler warning by adding cast mysql-test/suite/rpl/t/rpl_start_slave_deadlock_sys_vars.test: We have to first test for have_debug_sync to not start master wrongly plugin/auth_pam/auth_pam.c: Fixed compiler warning sql/sys_vars.h: Fixed compiler warning (Sys_var_max_user_conn is now signed) support-files/compiler_warnings.supp: Don't give warnings for auth_pam.c (Tried to fix it by changing the code, but could not find an easy way to do that on solaris)
Diffstat (limited to 'support-files/compiler_warnings.supp')
-rw-r--r--support-files/compiler_warnings.supp1
1 files changed, 1 insertions, 0 deletions
diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp
index 1168770d624..0901b35d78c 100644
--- a/support-files/compiler_warnings.supp
+++ b/support-files/compiler_warnings.supp
@@ -163,6 +163,7 @@ mySTL/algorithm\.hpp: is used uninitialized in this function
#
.*/my_config\.h : _FILE_OFFSET_BITS
/usr/include/sys/feature_tests.h : this is the location of the previous definition
+*auth_pam\.c : initialization from incompatible pointer type : 100-200
#
# Unexplanable (?) stuff