summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake_ext_mod/CTestCustom.cmake')
-rw-r--r--config/cmake_ext_mod/CTestCustom.cmake17
1 files changed, 0 insertions, 17 deletions
diff --git a/config/cmake_ext_mod/CTestCustom.cmake b/config/cmake_ext_mod/CTestCustom.cmake
deleted file mode 100644
index 2d72e8d..0000000
--- a/config/cmake_ext_mod/CTestCustom.cmake
+++ /dev/null
@@ -1,17 +0,0 @@
-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.*"
- ".*src.SZIP.*:[ \t]*warning.*"
- ".*src.ZLIB.*:[ \t]*warning.*"
- ".*src.JPEG.*:[ \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}
-)