view ci/config.mk.sed @ 34555:1c10a9edf78b

Added tag v9.1.0178 for changeset 49521803023745470140e866be71213ea3b72161
author Christian Brabandt <cb@256bit.org>
date Wed, 13 Mar 2024 21:15:04 +0100
parents 9b35b4c6df4c
children
line wrap: on
line source

/^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/
/^RUBY_CFLAGS_EXTRA[[:blank:]]*=/s/$/ -Wno-error=unused-parameter -Wno-strict-prototypes/