From: Alejandro Colomar Date: Sat, 2 Sep 2023 11:40:12 +0000 (+0200) Subject: autogen.sh: CFLAGS: Add -Wextra X-Git-Tag: 4.15.0-rc1~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=028e3e2764ee3b794fa07b8049ffb33eb0f8ebb8;p=thirdparty%2Fshadow.git autogen.sh: CFLAGS: Add -Wextra Signed-off-by: Alejandro Colomar --- diff --git a/autogen.sh b/autogen.sh index c431f6ade..3355396a8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,6 +4,7 @@ autoreconf -v -f --install "$(dirname "$0")" || exit 1 CFLAGS="-O2" CFLAGS="$CFLAGS -Wall" +CFLAGS="$CFLAGS -Wextra" CFLAGS="$CFLAGS -Werror=implicit-function-declaration" "$(dirname "$0")"/configure \