1 SET(CTEST_CUSTOM_WARNING_EXCEPTION
2 ${CTEST_CUSTOM_WARNING_EXCEPTION}
3 "xtree.[0-9]+. : warning C4702: unreachable code"
5 "variable .var_args[2]*. is used before its value is set"
6 "jobserver unavailable"
7 "warning: \\(Long double usage is reported only once for each file"
8 "warning: To disable this warning use"
10 "libcmcurl.*has no symbols"
11 "not sorted slower link editing will result"
17 "Source.CursesDialog.form"
18 "/usr/bin/ld.*warning.*-..*directory.name.*bin.*does not exist"
19 "Redeclaration of .send..... with a different storage class specifier"
21 "is not used for resolving any symbol"
25 "Parser.cxx.*warning.*2111-D.*statement is unreachable"
26 "CMakeSetupManifest.xml.*manifest authoring warning.*Unrecognized Element"
29 IF(NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
30 SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
31 ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
34 ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "Xcode")
36 IF(NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
37 SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
38 ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
41 ENDIF (NOT "@CMAKE_GENERATOR@" MATCHES "KDevelop")
43 SET(CTEST_CUSTOM_COVERAGE_EXCLUDE
44 ${CTEST_CUSTOM_COVERAGE_EXCLUDE}
46 # Exclude kwsys files from coverage results. They are reported
47 # (with better coverage results) on kwsys dashboards...
50 # Exclude try_compile sources from coverage results:
51 "/CMakeFiles/CMakeTmp/"