]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Drop unneeded -Wno-compound-token-split-by-macro option
authorMichal Nowak <mnowak@isc.org>
Mon, 24 Jul 2023 15:04:01 +0000 (17:04 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 21 Aug 2023 16:01:40 +0000 (18:01 +0200)
Debian 12 has Perl 5.36 and the option is no longer needed.

(cherry picked from commit a330ab221eab28809efa9b4b82c0819719902511)

.gitlab-ci.yml

index c121d50d94f819331bd4a30f92c4c7eab9e982c6..fab1eeb2723a536586ad2913259b3d24c837bf0a 100644 (file)
@@ -1195,14 +1195,12 @@ unit:clang:tsan:
       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"
     EXTRA_CONFIGURE: "--with-python=python3"
     RUN_MAKE_INSTALL: 1
   <<: *debian_bookworm_amd64_image