summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-13 22:54:21 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-13 22:54:21 (GMT)
commited86880694a41fe57b3252c7b1388927ff9aee7c (patch)
treeacee8d5e2c1f6926d249dd90a09229df86713e16
parent7428353e0b53975da6f2518c2dc7a3c3dec80256 (diff)
parent62b12c3d1c2780d9f2fd84ae8d9beb668d6cf0c9 (diff)
downloadhdf5-ed86880694a41fe57b3252c7b1388927ff9aee7c.zip
hdf5-ed86880694a41fe57b3252c7b1388927ff9aee7c.tar.gz
hdf5-ed86880694a41fe57b3252c7b1388927ff9aee7c.tar.bz2
Merge pull request #2266 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '62b12c3d1c2780d9f2fd84ae8d9beb668d6cf0c9': Ignore ZLIB warnings
-rw-r--r--config/cmake_ext_mod/CTestCustom.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake_ext_mod/CTestCustom.cmake b/config/cmake_ext_mod/CTestCustom.cmake
index 0111bef..f8d4cd6 100644
--- a/config/cmake_ext_mod/CTestCustom.cmake
+++ b/config/cmake_ext_mod/CTestCustom.cmake
@@ -4,6 +4,7 @@ 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"