From: Alejandro Colomar Date: Sat, 2 Sep 2023 13:59:08 +0000 (+0200) Subject: autogen.sh: CFLAGS: Add -Wno-expansion-to-defined X-Git-Tag: 4.15.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2aa177c5007b44be2027586e1b75daf7091d533;p=thirdparty%2Fshadow.git autogen.sh: CFLAGS: Add -Wno-expansion-to-defined Signed-off-by: Alejandro Colomar --- diff --git a/autogen.sh b/autogen.sh index 3355396a8..07236426b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -6,6 +6,7 @@ CFLAGS="-O2" CFLAGS="$CFLAGS -Wall" CFLAGS="$CFLAGS -Wextra" CFLAGS="$CFLAGS -Werror=implicit-function-declaration" +CFLAGS="$CFLAGS -Wno-expansion-to-defined" "$(dirname "$0")"/configure \ CFLAGS="$CFLAGS" \