From: Jaroslav Kysela Date: Wed, 30 Aug 2023 11:05:21 +0000 (+0200) Subject: gitcompile: set more verbose compilation warnings X-Git-Tag: v1.2.10~6 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a1bd9a0a157411e75ff02c7e9419afdc5ba3d615;p=alsa-utils.git gitcompile: set more verbose compilation warnings Signed-off-by: Jaroslav Kysela --- 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