]> 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 14:35:52 +0000 (16:35 +0200)
Debian 12 has Perl 5.36 and the option is no longer needed.

.gitlab-ci.yml

index 8358af5077063554c0f130bf950fa4b82c55116e..ace372bde5f1b3c0f4826d37f446bdc799084973 100644 (file)
@@ -1232,14 +1232,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 --disable-leak-detection"
     RUN_MAKE_INSTALL: 1