From 8139690177b3fb29183c3dabdd429b9fed788a41 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 06:11:19 -0300 Subject: etc/sh/rc: Separate -Wmissing-prototypes to $CCFLAGS --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index d5fd36a..96e61ae 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -141,12 +141,12 @@ export CCFLAGS=' -Wundef -Wdouble-promotion -Wvla - -Wmissing-prototypes ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' export LDFLAGS="$LLDFLAGS -static" export CFLAGS="$CCFLAGS" +export CCFLAGS="$CCFLAGS -Wmissing-prototypes" export YFLAGS='-Wother' export GOCFLAGS="-I $PREFIX/lib/go -N" export GOLDFLAGS="-L $PREFIX/lib/go" -- cgit v1.2.3