aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 8d820ec..47b8be3 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -140,6 +140,7 @@ export CCFLAGS='
-Wundef
-Wvla
-Wmissing-prototypes
+ -Wno-pointer-arith
'
CCFLAGS="$(printf '%s\n' "$CCFLAGS" | grep . | tr -d '\t' | tr '\n' ' ')"
export LLDFLAGS=''