diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:35:49 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:39:47 (GMT) |
commit | 06cff24b8de3d0cb60f89b2c200a98583dd136de (patch) | |
tree | ff2e04387a658c1d4188f402bc332825710577b8 /config | |
parent | fb7f1b3f0d33adc40790003f4800e0d0fd9b48b1 (diff) | |
download | hdf5-06cff24b8de3d0cb60f89b2c200a98583dd136de.zip hdf5-06cff24b8de3d0cb60f89b2c200a98583dd136de.tar.gz hdf5-06cff24b8de3d0cb60f89b2c200a98583dd136de.tar.bz2 |
Ignore ZLIB warnings
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake_ext_mod/CTestCustom.cmake | 1 |
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" |