]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
autogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang doesn't know [[gnu::access()]]
authorAlejandro Colomar <alx@kernel.org>
Mon, 22 Jan 2024 23:10:14 +0000 (00:10 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Fri, 26 Jan 2024 08:40:10 +0000 (09:40 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
autogen.sh

index a31f611cd1a83c03a4615b4cfd2a2759e0e0eaba..98ae1a9c5b764a6a452c84de66f7f5f3bfd3455c 100755 (executable)
@@ -10,6 +10,7 @@ CFLAGS="$CFLAGS -Werror=implicit-int"
 CFLAGS="$CFLAGS -Werror=incompatible-pointer-types"
 CFLAGS="$CFLAGS -Werror=int-conversion"
 CFLAGS="$CFLAGS -Wno-expansion-to-defined"
+CFLAGS="$CFLAGS -Wno-unknown-attributes"
 CFLAGS="$CFLAGS -Wno-unknown-warning-option"
 
 "$(dirname "$0")"/configure \