From 1f68c469a3d76c760f13556d98e25f69dd11cade Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 27 Aug 2025 06:07:28 -0300 Subject: etc/sh/rc: -Wno-poiter-arith in $CFLAGS --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) 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='' -- cgit v1.2.3