From 06cff24b8de3d0cb60f89b2c200a98583dd136de Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 13 Jan 2020 16:35:49 -0600 Subject: Ignore ZLIB warnings --- config/cmake_ext_mod/CTestCustom.cmake | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v0.12