diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:35:49 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:26 (GMT) |
commit | 280329e192d9ec7008abda4471952f0eacfdce01 (patch) | |
tree | 612d733bf3dafc9770e2481b7185b5539f6128ce /config | |
parent | b98190628f8f6563e65b0b769e8328987b586ad9 (diff) | |
download | hdf5-280329e192d9ec7008abda4471952f0eacfdce01.zip hdf5-280329e192d9ec7008abda4471952f0eacfdce01.tar.gz hdf5-280329e192d9ec7008abda4471952f0eacfdce01.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" |