aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sh')
-rw-r--r--etc/sh/rc3
1 files changed, 1 insertions, 2 deletions
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=''