Skip to content

Commit aa58f1f

Browse files
zeertzjqchrisbra
authored andcommitted
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 <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 9179ddc commit aa58f1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/config.mk.sed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/^CFLAGS[[:blank:]]*=/s/$/ -Wall -Wextra -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Werror -Wno-deprecated-declarations/
2-
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-shadow/
2+
/^PERL_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-function -Wno-strict-prototypes -Wno-shadow/
33
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter -Wno-strict-prototypes/

0 commit comments

Comments
 (0)