Commit a6b60ce2 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5127 try to ignore build warnings in jemalloc source


git-svn-id: file:///svn/toku/tokudb@50813 c7de825b-a66e-492c-adef-691d508d4ae1
parent 4233ec1e
...@@ -226,7 +226,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION ...@@ -226,7 +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" "jemalloc/internal"
# 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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment