summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/CTestCustom.cmake
blob: f8d4cd60a3ca49c75bd7dcffd7f47cabe89e81fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set (CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 3000)

set (CTEST_CUSTOM_WARNING_EXCEPTION
    ${CTEST_CUSTOM_WARNING_EXCEPTION}
    "note.*expected.*void.*but argument is of type.*volatile"
    "SZIP.src.*:[ \t]*warning"
    "ZLIB.src.*:[ \t]*warning"
    "jpeg.src.*:[ \t]*warning"
    "POSIX name for this item is deprecated"
    "disabling jobserver mode"
    "warning.*implicit declaration of function"
    "note: expanded from macro"
)

set (CTEST_CUSTOM_MEMCHECK_IGNORE
    ${CTEST_CUSTOM_MEMCHECK_IGNORE}
)