Skip to content

Commit

Permalink
Fix typos in the comments about clang warnings in several
Browse files Browse the repository at this point in the history
sendmail-related Makefiles.

Spotted by:	arundel
MFC after:	1 week
  • Loading branch information
DimitryAndric committed Dec 16, 2011
1 parent eb8ae0b commit 838b9f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/libsm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ CFLAGS+=${SENDMAIL_CFLAGS}
WARNS?= 2

.if ${CC:T:Mclang} == "clang"
# Unfortunately, clang gives a warning about sendmail code that cannot
# 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

Expand Down
2 changes: 1 addition & 1 deletion libexec/mail.local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ WFORMAT=0
.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

Expand Down
2 changes: 1 addition & 1 deletion libexec/smrsh/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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

Expand Down

0 comments on commit 838b9f8

Please sign in to comment.