summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/CTestCustom.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-08-24 15:49:31 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-08-24 15:49:31 (GMT)
commit831a556d08bef39a84174b4e779ac46a3804a8b7 (patch)
tree22a70748972f27c62ac1ea4f645aab5679f3080c /config/cmake_ext_mod/CTestCustom.cmake
parent09c7bae68a293cb33be41d4d70cc4d271056e6a8 (diff)
downloadhdf5-831a556d08bef39a84174b4e779ac46a3804a8b7.zip
hdf5-831a556d08bef39a84174b4e779ac46a3804a8b7.tar.gz
hdf5-831a556d08bef39a84174b4e779ac46a3804a8b7.tar.bz2
[svn-r27553] Replace svn:externals with hard copy of files
Diffstat (limited to 'config/cmake_ext_mod/CTestCustom.cmake')
-rw-r--r--config/cmake_ext_mod/CTestCustom.cmake16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/CTestCustom.cmake b/config/cmake_ext_mod/CTestCustom.cmake
new file mode 100644
index 0000000..025bce4
--- /dev/null
+++ b/config/cmake_ext_mod/CTestCustom.cmake
@@ -0,0 +1,16 @@
+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"
+ "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}
+)