From 901379a19b882033a1d66e588fa423604f357831 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 23 Apr 2024 15:02:27 -0400 Subject: [PATCH] CTestCustom: Ignore warnings in third-party zstd code We already do this for other third-party libraries. --- CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index a81ee4bb96..ae55715424 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -17,6 +17,7 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "not sorted slower link editing will result" "stl_deque.h:479" "Utilities.cmzlib." + "Utilities.cmzstd." "Utilities.cmbzip2." "Source.CTest.Curl" "Source.CursesDialog.form"