Skip to content

Commit

Permalink
rollback sendmail bsd.sys.mk change
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Apr 12, 2024
1 parent e3cc774 commit f75339f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions share/mk/bsd.sys.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,6 @@ CWARNFLAGS.clang+= -Wno-unused-const-variable
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 130000
CWARNFLAGS.clang+= -Wno-error=unused-but-set-variable
.endif
.endif
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 140000
NO_WBITWISE_INSTEAD_OF_LOGICAL= -Wno-bitwise-instead-of-logical
.endif
.if ${COMPILER_TYPE} == "clang" && ${COMPILER_VERSION} >= 150000
NO_WARRAY_PARAMETER= -Wno-array-parameter
NO_WSTRICT_PROTOTYPES= -Wno-strict-prototypes
NO_WDEPRECATED_NON_PROTOTYPE=-Wno-deprecated-non-prototype
.endif
.endif # WARNS <= 6
.if ${WARNS} <= 3
CWARNFLAGS.clang+= -Wno-tautological-compare -Wno-unused-value\
Expand Down

0 comments on commit f75339f

Please sign in to comment.