7fa2f2a62f
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601
5 lines
221 B
Plaintext
5 lines
221 B
Plaintext
.\" $FreeBSD$
|
|
Set this to not treat compiler warnings as errors.
|
|
Useful as a temporary workaround when working on fixing compiler warnings.
|
|
When set, warnings are still printed in the build log but do not fail the build.
|