From bbda717e9304aa0734dde55b1839cd819875f1cf Mon Sep 17 00:00:00 2001 From: Michael Widenius Date: Mon, 2 Dec 2013 22:22:43 +0200 Subject: Fixed compiler errors and warnings extra/jemalloc/src/ctl.c: Fixed compiler warning include/mysql/service_logger.h: Fixed compile failure with clang compiler storage/maria/ma_check.c: Fixed compiler warning support-files/compiler_warnings.supp: Suppressed warnings in jemalloc tests/bug25714.c: Fixed compiler warning --- support-files/compiler_warnings.supp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'support-files/compiler_warnings.supp') diff --git a/support-files/compiler_warnings.supp b/support-files/compiler_warnings.supp index cd39b3f7a9d..315af529149 100644 --- a/support-files/compiler_warnings.supp +++ b/support-files/compiler_warnings.supp @@ -160,6 +160,11 @@ include/pwdbased\.hpp: comparison of unsigned expression /usr/include/sys/feature_tests.h : this is the location of the previous definition .*auth_pam\.c : initialization from incompatible pointer type : 100-200 +# +# jemalloc +# +jemalloc/src/jemalloc\.c: always_inline function might not be inlinable + # # Unexplanable (?) stuff # -- cgit v1.2.1