2007-08-31 22:51:09 +04:00
|
|
|
SET(CTEST_CUSTOM_WARNING_EXCEPTION
|
|
|
|
${CTEST_CUSTOM_WARNING_EXCEPTION}
|
|
|
|
"xtree.[0-9]+. : warning C4702: unreachable code"
|
|
|
|
"warning LNK4221"
|
|
|
|
"variable .var_args[2]*. is used before its value is set"
|
|
|
|
"jobserver unavailable"
|
|
|
|
"warning: \\(Long double usage is reported only once for each file"
|
|
|
|
"warning: To disable this warning use"
|
|
|
|
"could not be inlined"
|
|
|
|
"libcmcurl.*has no symbols"
|
|
|
|
"not sorted slower link editing will result"
|
|
|
|
"stl_deque.h:479"
|
|
|
|
"Utilities.cmzlib."
|
|
|
|
"Utilities.cmxmlrpc."
|
|
|
|
"Source.CTest.Curl"
|
|
|
|
"Utilities.cmcurl"
|
|
|
|
"Source.CursesDialog.form"
|
|
|
|
"/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
|
|
|
|
"Redeclaration of .send..... with a different storage class specifier"
|
|
|
|
"Utilities.cmexpat."
|
|
|
|
"is not used for resolving any symbol"
|
|
|
|
"Clock skew detected"
|
|
|
|
"remark\\(1209"
|
|
|
|
"stl_deque.h:1051"
|
2007-09-24 19:18:22 +04:00
|
|
|
"Parser.cxx.*warning.*2111-D.*statement is unreachable"
|
2007-09-11 23:21:37 +04:00
|
|
|
"CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
|
2007-08-31 22:51:09 +04:00
|
|
|
)
|
|
|
|
|
|
|
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
|
|
"XCode"
|
|
|
|
)
|
|
|
|
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
|
|
|
|
|
|
|
|
IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|
|
|
|
SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
|
|
|
|
${CTEST_CUSTOM_COVERAGE_EXCLUDE}
|
|
|
|
"Kdevelop"
|
|
|
|
)
|
|
|
|
ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
|