autogen.sh: CFLAGS: Add -Wno-expansion-to-defined

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-09-02 15:59:08 +02:00
committed by Iker Pedrosa
parent 82484117b3
commit d2aa177c50
+1
View File
@@ -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" \