aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/user-manual.html
diff options
context:
space:
mode:
authorGravatar Benjamin Peterson <bp@benjamin.pe>2018-01-25 08:20:20 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-25 08:21:58 -0800
commit152e464375a85d801c78deefbbac0329a3a43675 (patch)
tree7e02428df1ce9a9f9badc86a1bdec784949301e2 /site/docs/user-manual.html
parenta269a95bcf2fb20a5bf2ae3344d571aaadcf552a (diff)
Delete documentation for --analysis_warnings_as_errors.
This option has no effect, so don't give documentation readers false hope. Change-Id: Ibbc0d2f62375fd146fedaa113a39027bd7d65d6c PiperOrigin-RevId: 183240947
Diffstat (limited to 'site/docs/user-manual.html')
-rw-r--r--site/docs/user-manual.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/site/docs/user-manual.html b/site/docs/user-manual.html
index 33dfcdbcdc..0c4a9b5900 100644
--- a/site/docs/user-manual.html
+++ b/site/docs/user-manual.html
@@ -1165,14 +1165,6 @@ $ bazel fetch //...
</tr>
</table>
-<h4 id='flag--analysis_warnings_as_errors'><code>--[no]analysis_warnings_as_errors</code></h4>
-<p>
- When this option is enabled, visible analysis warnings (as specified by
- the output filter) are treated as errors, effectively preventing the build
- phase from starting. This feature can be used to enable strict builds that
- do not allow new warnings to creep into a project.
-</p>
-
<h3 id='flags-options'>Flags options</h3>
<p>
These options control which options Bazel will pass to other tools.