summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-06-22 08:55:47 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-09 19:58:58 +0200
commit1d7caa58e3c87f75a4becbceabbd1af181ace11e (patch)
tree5e9f3ddcfa29ccfd09fae1c5b0bfd33d59ef4c87 /ci
parent335c58494089ff4ef698f059ded6215f69c02bcf (diff)
patch 9.0.1681: Build Failure with Perl 5.38v9.0.1681
Problem: Build Failure with Perl 5.38 Solution: Fix Build Failure closes: #12543, closes: #12575
Diffstat (limited to 'ci')
-rw-r--r--ci/config.mk.sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config.mk.sed b/ci/config.mk.sed
index 51e7ec903d..f672edd9e4 100644
--- a/ci/config.mk.sed
+++ b/ci/config.mk.sed
@@ -1,3 +1,3 @@
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Werror/
-/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function/
+/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-shadow/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter/