summaryrefslogtreecommitdiffstats
path: root/share/mk/configure/build-depends/cc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/configure/build-depends/cc.mk')
-rw-r--r--share/mk/configure/build-depends/cc.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/configure/build-depends/cc.mk b/share/mk/configure/build-depends/cc.mk
index 88c88fc22..37ba5edd5 100644
--- a/share/mk/configure/build-depends/cc.mk
+++ b/share/mk/configure/build-depends/cc.mk
@@ -43,7 +43,9 @@ COMMON_CFLAGS := \
GCC_CFLAGS := -fanalyzer
-CLANG_CFLAGS := -Weverything
+CLANG_CFLAGS := \
+ -Weverything \
+ -Wno-unsafe-buffer-usage
DEFAULT_CFLAGS := $(COMMON_CFLAGS)