aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2016-06-22 11:28:57 +0000
committerGravatar Lukacs Berki <lberki@google.com>2016-06-23 11:00:31 +0000
commit431835764f313f7e31b03e503b3d7ae290a063ef (patch)
treec4c80f3b6a3f56e5564020015a8273ab4d52e73b /site
parent801a3be84045840afd9436d6b2396549cd440ac7 (diff)
Remove doc fragment leftover from removing --cwarn.
-- MOS_MIGRATED_REVID=125552344
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index dbeb977b1e..4e75f76663 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -1216,16 +1216,6 @@ $ bazel fetch //...
will be placed on the gcc command line <em>after</em> these options.
</p>
-<p>
- This is similar to <code class='flag'>--copt</code> and <code class='flag'>--cxxopt</code>, but can only
- be used to enable warnings. The arguments to this option are appended to the
- "-W" flag to gcc, and must not contain a leading "no-" prefix.
- For example:
-</p>
-<pre>
- % bazel build --cwarn="unused-variable" --cwarn="unused-function" //foo/cruddy_code
-</pre>
-
<h4 id='flag--linkopt'><code class='flag'>--linkopt <var>linker-option</var></code></h4>
<p>
This option takes an argument which is to be passed to gcc when linking.