In usr.bin/vacation/Makefile, fix a typo in the comment about clang
warnings. Spotted by: arundel MFC after: 1 week
This commit is contained in:
parent
136fb141c6
commit
1d44b5b9f0
@ -14,7 +14,7 @@ WARNS?= 2
|
||||
.if ${CC:T:Mclang} == "clang"
|
||||
# Unfortunately, clang gives warnings about sendmail code that cannot
|
||||
# be turned off yet. Since this is contrib code, and we don't really
|
||||
# care about the warnings, just turn make them non-fatal for now.
|
||||
# care about the warnings, just make them non-fatal for now.
|
||||
NO_WERROR=
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user