Revert r304954, which is no longer needed.

This commit is contained in:
Dimitry Andric 2016-08-30 19:31:12 +00:00
parent aa0c5579f2
commit 73c6c5f7fd

View File

@ -81,9 +81,6 @@ CWARNFLAGS.clang+= -Wno-unused-local-typedef
.endif # WARNS <= 3
.if ${WARNS} <= 2
CWARNFLAGS.clang+= -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30900
CWARNFLAGS.clang+= -Wno-constant-conversion
.endif
.endif # WARNS <= 2
.if ${WARNS} <= 1
CWARNFLAGS.clang+= -Wno-parentheses