aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-27 08:42:07 -0300
committerEuAndreh <eu@euandre.org>2023-06-27 08:42:07 -0300
commitc1c68edbd90c47d9bdfbb0567367b27a682c495c (patch)
tree67f24d35e0cd875008ed54e23a33d1a8e4e78422 /etc
parentetc/sh/rc: Add even more -W warning flags to $CFLAGS (diff)
downloaddotfiles-c1c68edbd90c47d9bdfbb0567367b27a682c495c.tar.gz
dotfiles-c1c68edbd90c47d9bdfbb0567367b27a682c495c.tar.xz
etc/sh/rc: Add even even more -W warning flags to $CFLAGS
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/sh/rc b/etc/sh/rc
index 5de2e96..99cdbca 100644
--- a/etc/sh/rc
+++ b/etc/sh/rc
@@ -112,7 +112,7 @@ export VG_FLAGS='
--error-exitcode=1
'
-export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -Wfatal-errors -Wconversion -Wshadow -Warray-bounds=2 -Wformat-overflow=2 -Wstringop-overflow=2 -Wfloat-equal -Wundef -O0 -g -Werror'
+export CFLAGS='-D_POSIX_C_SOURCE=200809L -std=c99 -Wall -Wextra -Wpedantic -pedantic-errors -Wconversion -Warith-conversion -Wfatal-errors -Wconversion -Wshadow -Warray-bounds=2 -Wformat-overflow=2 -Wformat=2 -Wformat-truncation -Wstringop-overflow=2 -Wfloat-equal -Wundef -Wdouble-promotion -Wpadded -fno-common -O0 -g -Werror'
export CC=gcc
export AR=gcc-ar
export LEX=flex