mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Disable yet another clang warning when WARNS <= 3.
MFC after: 1 week
This commit is contained in:
parent
940695fffb
commit
9b9c36a3b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228617
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user