summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-03-26 02:00:03 +0100
committerAlejandro Colomar <alx@kernel.org>2024-03-26 02:11:56 +0100
commit9c97c789da379a97f011a1de88916057c029c861 (patch)
tree21aeb301d41bc6b9ee070c27ff663e869cd0c818 /share
parent081f71faf7e35ae026267a05cae7c8e1eccad05b (diff)
share/mk/: $CFLAGS: -Wno-reserved-identifier, -Wno-unused-macros
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share')
-rw-r--r--share/mk/configure/build-depends/gcc/cc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/mk/configure/build-depends/gcc/cc.mk b/share/mk/configure/build-depends/gcc/cc.mk
index 16e529e7c..948186525 100644
--- a/share/mk/configure/build-depends/gcc/cc.mk
+++ b/share/mk/configure/build-depends/gcc/cc.mk
@@ -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 \