From 658183fa842709e916bab09e33f9cdd37719d3bb Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 27 Jun 2023 06:39:49 -0300 Subject: etc/sh/rc: Add more -W warning flags to $CFLAGS --- etc/sh/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc') 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 -- cgit v1.2.3