aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/versions/master
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2017-01-16 21:40:13 +0000
committerGravatar Vladimir Moskva <vladmos@google.com>2017-01-17 12:15:21 +0000
commit14d952232b0284fecc898a6d5cb1bf3467aff493 (patch)
treeee9d9957e9cd4fd6b38c7c3ccfcfea9fed870d8a /site/versions/master
parent35a37e0429add201342dd1d005bc9286c53c02c3 (diff)
Remove --javawarn
Resolves #2363 RELNOTES: Remove support for --javawarn; use e.g. --javacopt=-Xlint:all instead -- PiperOrigin-RevId: 144652008 MOS_MIGRATED_REVID=144652008
Diffstat (limited to 'site/versions/master')
-rw-r--r--site/versions/master/docs/bazel-user-manual.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/site/versions/master/docs/bazel-user-manual.html b/site/versions/master/docs/bazel-user-manual.html
index 5716b56fea..2b86fd78e4 100644
--- a/site/versions/master/docs/bazel-user-manual.html
+++ b/site/versions/master/docs/bazel-user-manual.html
@@ -1450,25 +1450,6 @@ $ bazel fetch //...
</li>
</ul>
-<h4 id='flag--javawarn'><code class='flag'>--javawarn (all|cast|deprecation|empty|unchecked|fallthrough|path|rawtypes|serial|finally|overrides)</code></h4>
-<p>
- This option is used to enable Java warnings across an entire build. It takes
- an argument which is a javac warning to be enabled, overriding any other Java
- options that disable the given warning. The arguments to this option are
- appended to the "-Xlint:" flag to javac, and must be exactly one of
- the listed warnings.
-</p>
-<p>
- For example:
-</p>
-<pre>
- % bazel build --javawarn="deprecation" --javawarn="unchecked" //java/...
-</pre>
-<p>
- Note that changing <code class='flag'>--javawarn</code> settings will force a recompilation
- of all affected classes.
-</p>
-
<h3 id='semantics-options'>Semantics options</h3>
<p>
These options affect the build commands and/or the output file contents.