From 676e9ee69e452ef5605ac1540a1887cd2000ca0a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 21 Jan 2025 14:09:17 -0300 Subject: etc/sh/rc: Add -Wmissing-prototypes to $CFLAGS --- etc/sh/rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'etc/sh/rc') diff --git a/etc/sh/rc b/etc/sh/rc index 5ca33e7..43605c7 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -140,9 +140,8 @@ export CCFLAGS=' -Wshadow -Wundef -Wdouble-promotion - -Werror -Wvla - -fmax-errors=10 + -Wmissing-prototypes ' CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')" export LLDFLAGS='' -- cgit v1.2.3