mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5127 ignore some more compiler warnings in jemalloc
git-svn-id: file:///svn/toku/tokudb@50750 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
b13abd5788
commit
5ce3bf4d67
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
|
||||||
"clang: warning: unknown warning option"
|
"clang: warning: unknown warning option"
|
||||||
# don't complain about warnings in jemalloc source
|
# don't complain about warnings in jemalloc source
|
||||||
"jemalloc-3.2.0/src"
|
"jemalloc-3.2.0/src"
|
||||||
|
"jemalloc/internal/jemalloc_internal.h"
|
||||||
# don't complain about ranlib or libtool on empty archive
|
# don't complain about ranlib or libtool on empty archive
|
||||||
"has no symbols"
|
"has no symbols"
|
||||||
"the table of contents is empty"
|
"the table of contents is empty"
|
||||||
|
|
Loading…
Add table
Reference in a new issue