Commit: CI: build failure in if_perl.xs

0 views
Skip to first unread message

Christian Brabandt

unread,
Jan 8, 2026, 3:16:10 PM (3 days ago) Jan 8
to vim...@googlegroups.com
CI: build failure in if_perl.xs

Commit: https://github.com/vim/vim/commit/aa58f1fe448a9e4cf58c06d425015603fb26c023
Author: zeertzjq <zeer...@outlook.com>
Date: Thu Jan 8 20:10:09 2026 +0000

CI: build failure in if_perl.xs

Problem: CI: build failure in if_perl.xs.
Solution: Add -Wno-strict-prototypes to PERL_CFLAGS_EXTRA
(zeertzjq).

closes: #19132

Signed-off-by: zeertzjq <zeer...@outlook.com>
Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/ci/config.mk.sed b/ci/config.mk.sed
index d88890193..f667b2c04 100644
--- a/ci/config.mk.sed
+++ b/ci/config.mk.sed
@@ -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/
Reply all
Reply to author
Forward
0 new messages