diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-29 17:34:18 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-29 17:34:18 (GMT) |
commit | 66e389c48ab6144c9d301e638abff4a2185e0fb5 (patch) | |
tree | 854bb6bd4fe88b64bd393d0701e64bdb0fa01064 /config | |
parent | f554a4fb5465cfd539ad7bd0310adddf88db6708 (diff) | |
download | hdf5-66e389c48ab6144c9d301e638abff4a2185e0fb5.zip hdf5-66e389c48ab6144c9d301e638abff4a2185e0fb5.tar.gz hdf5-66e389c48ab6144c9d301e638abff4a2185e0fb5.tar.bz2 |
Ext libs ZLIB and SZIP warnings are separate concerns
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/CTestCustom.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 1b8d7d7..5a0947c 100644 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -25,6 +25,7 @@ set (CTEST_CUSTOM_WARNING_EXCEPTION # "H5Tconv.c[0-9 \t:]*warning:[ \t]*comparison is always false due to limited range of data type" # "H5Ztrans.c.[0-9]+.[ \t]*:[ \t]*warning C4244" "src.ZLIB.*:[ \t]*warning" + "warning LNK4197:.*ZLIB-prefix" "src.SZIP.*:[ \t]*warning" # "POSIX name for this item is deprecated" "disabling jobserver mode" |