summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-13 22:54:02 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-13 22:54:02 (GMT)
commitc3c60dc7b5d5104475748f9967135903e3974cc3 (patch)
treeff2e04387a658c1d4188f402bc332825710577b8
parentfb7f1b3f0d33adc40790003f4800e0d0fd9b48b1 (diff)
parent06cff24b8de3d0cb60f89b2c200a98583dd136de (diff)
downloadhdf5-c3c60dc7b5d5104475748f9967135903e3974cc3.zip
hdf5-c3c60dc7b5d5104475748f9967135903e3974cc3.tar.gz
hdf5-c3c60dc7b5d5104475748f9967135903e3974cc3.tar.bz2
Merge pull request #2263 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '06cff24b8de3d0cb60f89b2c200a98583dd136de': 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"