]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: $CLANG_CFLAGS: Add -Wno-unknown-attributes
authorAlejandro Colomar <alx@kernel.org>
Sat, 20 Sep 2025 19:40:58 +0000 (21:40 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 20 Sep 2025 19:43:41 +0000 (21:43 +0200)
Clang doesn't know [[gnu::nonnull]].

Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/configure/build-depends/gcc/cc.mk

index 1943b67173b17c6699aab7898622e68a52af0708..fbcd8e73a29b47bbc2c04eb8b5a307efcd3c9c1c 100644 (file)
@@ -51,6 +51,7 @@ CLANG_CFLAGS := \
        -Weverything \
        -Wno-c23-extensions \
        -Wno-language-extension-token \
+       -Wno-unknown-attributes \
        -Wno-unreachable-code \
        -Wno-unsafe-buffer-usage \
        -Wno-used-but-marked-unused