aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2021-01-07 16:15:58 +0000
committerAlex Richardson <arichardson@FreeBSD.org>2021-01-07 16:15:58 +0000
commitf309bd633bfcaea0d1b0428290d90dba96c2c02a (patch)
tree5fa8b86a37baec8d77a38f734fa1e7f3feca07e3
parentf45f9ef05103c5d8ffcd9c15b3f0b36af4839903 (diff)
downloadsrc-f309bd633bfcaea0d1b0428290d90dba96c2c02a.tar.gz
src-f309bd633bfcaea0d1b0428290d90dba96c2c02a.zip
src.conf.5: regenerate after MK_WERROR change
This was missed in 7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f.
-rw-r--r--share/man/man5/src.conf.56
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 0461a76c94b5..fa44fac74a51 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd December 25, 2020
+.Dd January 7, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -1691,6 +1691,10 @@ Set this to not add warning flags to the compiler invocations.
Useful as a temporary workaround when code enters the tree
which triggers warnings in environments that differ from the
original developer.
+.It Va WITHOUT_WERROR
+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.
.It Va WITHOUT_WIRELESS
Set to not build programs used for 802.11 wireless networks; especially
.Xr wpa_supplicant 8