Merge topic 're-suppress-warning'

1db6955 Xcode: Suppress same-old warning again.
This commit is contained in:
David Cole 2011-08-25 15:40:56 -04:00 committed by CMake Topic Stage
commit 9df6a6078b
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION
"warning:.*is.*misused, please use.*"
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
"cc-3968 CC: WARNING File.*" # "implicit" truncation by static_cast
"ld: warning: directory not found for option .-(F|L)"
)
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")