Skip to content

Commit

Permalink
autogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang doesn't know […
Browse files Browse the repository at this point in the history
…[gnu::access()]]

Signed-off-by: Alejandro Colomar <[email protected]>
  • Loading branch information
alejandro-colomar authored and ikerexxe committed Jan 26, 2024
1 parent d74ffd3 commit 6fcc0f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6fcc0f6

Please sign in to comment.