aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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