aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-27 06:39:49 -0300
committerEuAndreh <eu@euandre.org>2023-06-27 06:39:49 -0300
commit658183fa842709e916bab09e33f9cdd37719d3bb (patch)
tree66cbd39d7fa0a37446bdd4e35a87330be90c37c6 /etc
parentbin/backup: Remove -x option (diff)
downloaddotfiles-658183fa842709e916bab09e33f9cdd37719d3bb.tar.gz
dotfiles-658183fa842709e916bab09e33f9cdd37719d3bb.tar.xz
etc/sh/rc: Add more -W warning flags to $CFLAGS
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index fbfa786..722aa45 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -111,7 +111,8 @@ export VG_FLAGS='
--track-origins=yes
--error-exitcode=1
'
-export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -O0 -g -Werror'
+
+export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -O0 -g -Werror'
export CC=gcc
export AR=gcc-ar
export LEX=flex