Skip to content

Commit ff02ce5

Browse files
committed
Revert r326375 since the warning has been turned off by default in clang
See https://reviews.llvm.org/D41512 and https://reviews.llvm.org/rL322901 Approved By: brooks (mentor) Differential Revision: https://reviews.freebsd.org/D14171
1 parent 4efe8ff commit ff02ce5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

share/mk/bsd.sys.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ CWARNFLAGS.clang+= -Wno-empty-body -Wno-string-plus-int
7171
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 30400
7272
CWARNFLAGS.clang+= -Wno-unused-const-variable
7373
.endif
74-
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 60000
75-
CWARNFLAGS.clang+= -Wno-error=tautological-constant-compare
76-
.endif
7774
.endif # WARNS <= 6
7875
.if ${WARNS} <= 3
7976
CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\

0 commit comments

Comments
 (0)