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

refs #5127 ignore libtool warnings


git-svn-id: file:///svn/toku/tokudb@50713 c7de825b-a66e-492c-adef-691d508d4ae1
parent 1d4f808b
......@@ -225,6 +225,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION
"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:"
)
# don't complain about ranlib or libtool on empty archive
"has no symbols"
"the table of contents is empty"
)
\ No newline at end of file
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