diff options
author | EuAndreh <eu@euandre.org> | 2025-01-21 14:09:17 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-21 14:24:25 -0300 |
commit | 676e9ee69e452ef5605ac1540a1887cd2000ca0a (patch) | |
tree | 16ff98ed5a11a7311b143459301e102e684fb131 /etc/sh | |
parent | etc/guix/system.scm: Disable rottlog customization (diff) | |
download | dotfiles-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/rc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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='' |