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