From 02014bc7ea4964513554daeb255d02b29a9bdcbc Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Mon, 23 Jun 2025 21:42:58 +0200 Subject: [PATCH] Silence warning that is causing issues in the daily build of PerlMagick. --- .github/workflows/daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 66b170dfef..ce9ac0d0d2 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -69,7 +69,7 @@ jobs: packages: gcc g++ - compiler: clang cxx_compiler: clang++ - compiler_flags: -Wall -Wextra -Werror -Wno-unused-function -Wno-incompatible-library-redeclaration + compiler_flags: -Wall -Wextra -Werror -Wno-unused-function -Wno-incompatible-library-redeclaration -Wno-compound-token-split-by-macro packages: clang steps: