]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
share/mk/: $CFLAGS: -Wno-reserved-identifier, -Wno-unused-macros
authorAlejandro Colomar <alx@kernel.org>
Tue, 26 Mar 2024 01:00:03 +0000 (02:00 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 26 Mar 2024 01:11:56 +0000 (02:11 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
share/mk/configure/build-depends/gcc/cc.mk

index 16e529e7c742846ec41027253162f3a0fa3de9e0..9481865258fbd1596b2144e05d9fc36b82e30bcb 100644 (file)
@@ -34,6 +34,8 @@ COMMON_CFLAGS := \
        -Werror \
        -Wstrict-prototypes \
        -Wdeclaration-after-statement \
+       -Wno-reserved-identifier \
+       -Wno-unused-macros \
        -Wno-error=unused-parameter \
        -Wno-error=sign-compare \
        -Wno-error=format \