git: f309bd633bfc - main - src.conf.5: regenerate after MK_WERROR change
Alex Richardson
arichardson at FreeBSD.org
Thu Jan 7 16:18:02 UTC 2021
The branch main has been updated by arichardson:
URL: https://cgit.FreeBSD.org/src/commit/?id=f309bd633bfcaea0d1b0428290d90dba96c2c02a
commit f309bd633bfcaea0d1b0428290d90dba96c2c02a
Author: Alex Richardson <arichardson at FreeBSD.org>
AuthorDate: 2021-01-07 16:15:58 +0000
Commit: Alex Richardson <arichardson at FreeBSD.org>
CommitDate: 2021-01-07 16:15:58 +0000
src.conf.5: regenerate after MK_WERROR change
This was missed in 7fa2f2a62f04f095e1e27ad55aa22a8f59b1df8f.
---
share/man/man5/src.conf.5 | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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
More information about the dev-commits-src-all
mailing list