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

refs #5127 ignore warnings generated by compiling jemalloc source


git-svn-id: file:///svn/toku/tokudb@50691 c7de825b-a66e-492c-adef-691d508d4ae1
parent b3d31ec2
......@@ -223,6 +223,8 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"xz-4.999.9beta/src/liblzma"
# don't complain about clang missing warnings from xz code
"clang: warning: unknown warning option"
# don't complain about warnings in jemalloc source
"jemalloc-3.2.0/src"
# don't complain about ranlib on empty archive
"ranlib:"
)
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