From 23a45b83f6b8da855d3b194d1d02ea9b82c2ba26 Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Mon, 24 Jul 2023 17:04:01 +0200 Subject: [PATCH] Drop unneeded -Wno-compound-token-split-by-macro option Debian 12 has Perl 5.36 and the option is no longer needed. (cherry picked from commit a330ab221eab28809efa9b4b82c0819719902511) --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 213ad2a8da..7a5903fb68 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1253,14 +1253,12 @@ unit:gcc:bullseye:amd64: artifacts: true # Jobs for Clang builds on Debian 12 "bookworm" (amd64) -# The -Wno-compound-token-split-by-macro option prevents warning when compiling -# Perl DLZ module with Clang against Perl older than version 5.35.2. clang:bookworm:amd64: variables: BUILD_CONTRIB: 1 CC: ${CLANG} - CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion -Wno-compound-token-split-by-macro" + CFLAGS: "${CFLAGS_COMMON} -Wenum-conversion" # See https://gitlab.isc.org/isc-projects/bind9/-/issues/3444 EXTRA_CONFIGURE: "--without-jemalloc" RUN_MAKE_INSTALL: 1