diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:41:48 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:41:55 (GMT) |
commit | acdbf11c51ecf659b24eeb4bf743977b22e921be (patch) | |
tree | 4b10b2d6ce4817ace600cd1945354edbacee8ff9 /config/cmake_ext_mod | |
parent | e675fb1db3bef0746fbb04e9b2b793c9a8329415 (diff) | |
download | hdf5-acdbf11c51ecf659b24eeb4bf743977b22e921be.zip hdf5-acdbf11c51ecf659b24eeb4bf743977b22e921be.tar.gz hdf5-acdbf11c51ecf659b24eeb4bf743977b22e921be.tar.bz2 |
Ignore ZLIB warnings
Diffstat (limited to 'config/cmake_ext_mod')
-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" |