]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
autogen.sh: CFLAGS: Add -Wno-expansion-to-defined
authorAlejandro Colomar <alx@kernel.org>
Sat, 2 Sep 2023 13:59:08 +0000 (15:59 +0200)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Mon, 4 Dec 2023 10:45:09 +0000 (11:45 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
autogen.sh

index 3355396a810645c3b386b4a4f0c0300843189995..07236426b2de464eed42d6ebfc8c7168b71ae567 100755 (executable)
@@ -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" \