From f309bd633bfcaea0d1b0428290d90dba96c2c02a Mon Sep 17 00:00:00 2001 From: Alex Richardson Date: Thu, 7 Jan 2021 16:15:58 +0000 Subject: 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 -- cgit v1.2.3