Fix typos in the comments about clang warnings in several
sendmail-related Makefiles. Spotted by: arundel MFC after: 1 week
This commit is contained in:
parent
eb8ae0b5f9
commit
838b9f84ea
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user