From a1bd9a0a157411e75ff02c7e9419afdc5ba3d615 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 30 Aug 2023 13:05:21 +0200 Subject: [PATCH] gitcompile: set more verbose compilation warnings Signed-off-by: Jaroslav Kysela --- gitcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitcompile b/gitcompile index 345fbf0..93c21a7 100755 --- a/gitcompile +++ b/gitcompile @@ -18,7 +18,7 @@ autoheader automake --foreign --copy --add-missing touch depcomp # for older automake autoconf -export CFLAGS='-O2 -Wall -pipe -g' +export CFLAGS='-O2 -Wall -W -Wunused-const-variable=0 -pipe -g' echo "CFLAGS=$CFLAGS" echo "./configure $@" ./configure $@ || exit 1