aboutsummaryrefslogtreecommitdiff
path: root/etc/sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-21 14:09:17 -0300
committerEuAndreh <eu@euandre.org>2025-01-21 14:24:25 -0300
commit676e9ee69e452ef5605ac1540a1887cd2000ca0a (patch)
tree16ff98ed5a11a7311b143459301e102e684fb131 /etc/sh
parentetc/guix/system.scm: Disable rottlog customization (diff)
downloaddotfiles-676e9ee69e452ef5605ac1540a1887cd2000ca0a.tar.gz
dotfiles-676e9ee69e452ef5605ac1540a1887cd2000ca0a.tar.xz
etc/sh/rc: Add -Wmissing-prototypes to $CFLAGS
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=''