refs #5127 ignore libtool warnings

git-svn-id: file:///svn/toku/tokudb@50713 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
Leif Walsh 2013-04-17 00:01:20 -04:00 committed by Yoni Fogel
parent 1d4f808b8a
commit d26168d697

View file

@ -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"
)