diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:54:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-13 22:54:15 (GMT) |
commit | 1ef4a60b32433df1804f80fa53d2ef4c6d85261f (patch) | |
tree | 82cd568a7e53b48ce56474e50662f7b75591d33c | |
parent | 35daa441aca197c988bc15c04a91ec4cea8d4ff5 (diff) | |
parent | 120ca605a7f208ac8bee7a59e660ce630f3aecb2 (diff) | |
download | hdf5-1ef4a60b32433df1804f80fa53d2ef4c6d85261f.zip hdf5-1ef4a60b32433df1804f80fa53d2ef4c6d85261f.tar.gz hdf5-1ef4a60b32433df1804f80fa53d2ef4c6d85261f.tar.bz2 |
Merge pull request #2265 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '120ca605a7f208ac8bee7a59e660ce630f3aecb2':
Ignore ZLIB warnings
-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" |