summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 01:51:12 +0000
committerdim <dim@FreeBSD.org>2011-12-17 01:51:12 +0000
commitf68951a3ddbe41d2393a823e0b1a8ff61138da73 (patch)
tree4840dfb7ccc8c93f5726ad188f54b6bf64e20c63 /share
parent8c3e7b006248d436f4862b181ab9fd7a44c7b3a6 (diff)
downloadFreeBSD-src-f68951a3ddbe41d2393a823e0b1a8ff61138da73.zip
FreeBSD-src-f68951a3ddbe41d2393a823e0b1a8ff61138da73.tar.gz
Disable yet another clang warning when WARNS <= 3.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sys.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 061a270..b7f330c 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -62,7 +62,7 @@ CWARNFLAGS += -Wno-pointer-sign
. if ${CC:T:Mclang} == "clang"
. if ${WARNS} <= 3
CWARNFLAGS += -Wno-tautological-compare -Wno-unused-value\
- -Wno-parentheses-equality
+ -Wno-parentheses-equality -Wno-unused-function
. endif
. if ${WARNS} <= 2
CWARNFLAGS += -Wno-switch-enum
OpenPOWER on IntegriCloud