Merge topic 'really-eliminate-clang-warnings'

ad6fa0c CTestCustom.cmake: Ignore clang's summary warning
This commit is contained in:
David Cole 2011-09-30 15:57:28 -04:00 committed by CMake Topic Stage
commit e3d593ad4d
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
"ld: warning: directory not found for option .-(F|L)"
"warning.*This version of Mac OS X is unsupported"
# Ignore clang's summary warning, assuming prior text has matched some
# other warning expression:
"[0-9,]+ warnings? generated."
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")