From 62b12c3d1c2780d9f2fd84ae8d9beb668d6cf0c9 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 13 Jan 2020 16:44:17 -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