]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: build failure in if_perl.xs
authorzeertzjq <zeertzjq@outlook.com>
Thu, 8 Jan 2026 20:10:09 +0000 (20:10 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 8 Jan 2026 20:10:09 +0000 (20:10 +0000)
Problem:  CI: build failure in if_perl.xs.
Solution: Add -Wno-strict-prototypes to PERL_CFLAGS_EXTRA
          (zeertzjq).

closes: #19132

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
ci/config.mk.sed

index d88890193109f452a3dc549c047126cca534a54b..f667b2c04f65efa3e0fc50d9a97edffa2ca5f0d2 100644 (file)
@@ -1,3 +1,3 @@
 /^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Werror -Wno-deprecated-declarations/
-/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-shadow/
+/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-strict-prototypes -Wno-shadow/
 /^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter -Wno-strict-prototypes/