Disable yet another clang warning when WARNS <= 3.

MFC after:	1 week
This commit is contained in:
Dimitry Andric 2011-12-17 01:51:12 +00:00
parent 940695fffb
commit 9b9c36a3b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228617

View File

@ -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