From 7b10013c584c6e95b8187e6db02c5281aa7ed639 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Jun 2023 07:33:35 -0300 Subject: etc/sh/rc: Add even more -W warning flags to $CFLAGS --- etc/sh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/sh/rc b/etc/sh/rc index 722aa45..5de2e96 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 -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 -Wstringop-overflow=2 -Wfloat-equal -Wundef -O0 -g -Werror' export CC=gcc export AR=gcc-ar export LEX=flex -- cgit v1.2.3