]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/configure/build-depends/gcc/cc.mk: $CLANG_FLAGS: Add -Wno-pedantic
authorAlejandro Colomar <alx@kernel.org>
Fri, 15 May 2026 15:27:02 +0000 (17:27 +0200)
committerAlejandro Colomar <alx@kernel.org>
Fri, 15 May 2026 22:57:57 +0000 (00:57 +0200)
We depend on POSIX extensions for certain things.  Pedantic diagnostics
are irrelevant.

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

index d16329d847f41554fd494868517b11dee2e34683..b1651cf6d5aea8964c21cb806385d26bd21a322d 100644 (file)
@@ -54,6 +54,7 @@ CLANG_CFLAGS := \
        -Wno-c23-extensions \
        -Wno-implicit-void-ptr-cast \
        -Wno-language-extension-token \
+       -Wno-pedantic \
        -Wno-pre-c11-compat \
        -Wno-unknown-attributes \
        -Wno-unreachable-code \