diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-05-26 20:27:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-26 20:27:19 (GMT) |
commit | 77e64e0df46bb7498be014b1005efd49c4ad7518 (patch) | |
tree | c4410995e27f6715328516397087845958232bef | |
parent | 067192eb309659033c96b83b57bf69618a846fc3 (diff) | |
download | hdf5-77e64e0df46bb7498be014b1005efd49c4ad7518.zip hdf5-77e64e0df46bb7498be014b1005efd49c4ad7518.tar.gz hdf5-77e64e0df46bb7498be014b1005efd49c4ad7518.tar.bz2 |
correct warning ignore match for zlib (#3021)
-rw-r--r-- | config/cmake/CTestCustom.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 6676ca6..30ff60f 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -23,6 +23,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION "stamp.verify" "CMake Warning*stamp" "src.ZLIB.*:[ \t]*warning" + "src.HDF5_ZLIB.*:[ \t]*warning" "warning LNK4197:.*ZLIB-prefix" "src.SZIP.*:[ \t]*warning" # "POSIX name for this item is deprecated" @@ -36,6 +37,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION ".*note.*expected.*void.*but argument is of type.*volatile.*" ".*src.SZIP.*:[ \t]*warning.*" ".*src.ZLIB.*:[ \t]*warning.*" + ".*src.HDF5_ZLIB.*:[ \t]*warning.*" ".*src.JPEG.*:[ \t]*warning.*" ".*POSIX name for this item is deprecated.*" ".*disabling jobserver mode.*" |