summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-15 23:13:57 +0000
committerdim <dim@FreeBSD.org>2011-12-15 23:13:57 +0000
commitb2a5a1cc3fbb414a4da6e92a8cdef13e116442ca (patch)
treed8928e35d537429619f8fd01e2f03936ffb997d9 /share
parentd2766f8c76d5cd318b45c97d363793eef3551be8 (diff)
downloadFreeBSD-src-b2a5a1cc3fbb414a4da6e92a8cdef13e116442ca.zip
FreeBSD-src-b2a5a1cc3fbb414a4da6e92a8cdef13e116442ca.tar.gz
Disable one more clang warning when WARNS <= 3.
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.sys.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.sys.mk b/share/mk/bsd.sys.mk
index 1101995..de7355f 100644
--- a/share/mk/bsd.sys.mk
+++ b/share/mk/bsd.sys.mk
@@ -61,7 +61,8 @@ CWARNFLAGS += -Wno-pointer-sign
# is set to low values, these have to be disabled explicitly.
. if ${CC:T:Mclang} == "clang"
. if ${WARNS} <= 3
-CWARNFLAGS += -Wno-tautological-compare -Wno-unused-value
+CWARNFLAGS += -Wno-tautological-compare -Wno-unused-value\
+ -Wno-parentheses-equality
. endif
. if ${WARNS} <= 2
CWARNFLAGS += -Wno-switch-enum
OpenPOWER on IntegriCloud