diff options
author | Michael Widenius <monty@askmonty.org> | 2013-12-02 22:22:43 +0200 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2013-12-02 22:22:43 +0200 |
commit | bbda717e9304aa0734dde55b1839cd819875f1cf (patch) | |
tree | 097c922b7a652ea5cb96e83686e670e017ef3711 /support-files | |
parent | 5a8bd446adf3d1a53b8bc4dd88b3830bf0270865 (diff) | |
download | mariadb-git-bbda717e9304aa0734dde55b1839cd819875f1cf.tar.gz |
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
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/compiler_warnings.supp | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -161,6 +161,11 @@ include/pwdbased\.hpp: comparison of unsigned expression .*auth_pam\.c : initialization from incompatible pointer type : 100-200 # +# jemalloc +# +jemalloc/src/jemalloc\.c: always_inline function might not be inlinable + +# # Unexplanable (?) stuff # listener.cc : .*conversion from 'SOCKET' to 'int'.* |