aboutsummaryrefslogtreecommitdiff
path: root/tools/build/options/WITHOUT_WERROR
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/options/WITHOUT_WERROR')
-rw-r--r--tools/build/options/WITHOUT_WERROR4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build/options/WITHOUT_WERROR b/tools/build/options/WITHOUT_WERROR
new file mode 100644
index 000000000000..84a4c6b06967
--- /dev/null
+++ b/tools/build/options/WITHOUT_WERROR
@@ -0,0 +1,4 @@
+.\" $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.