aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Lukacs Berki <lberki@google.com>2016-05-24 13:58:18 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-25 08:33:59 +0000
commit9b820d7972dfe36ce73ef0f644a03b1996944ba6 (patch)
treecf5d903798142469cf8e891a2643f084206b2cee /site
parenta5c2fa4018fdbfff7ce426d3780592eb2d17ce3f (diff)
Remove the --cwarn command line option.
RELNOTES[INC]: The --cwarn command line option is not supported anymore. Use --copt instead. -- MOS_MIGRATED_REVID=123101536
Diffstat (limited to 'site')
-rw-r--r--site/docs/bazel-user-manual.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/site/docs/bazel-user-manual.html b/site/docs/bazel-user-manual.html
index 2f24233854..dbeb977b1e 100644
--- a/site/docs/bazel-user-manual.html
+++ b/site/docs/bazel-user-manual.html
@@ -1216,12 +1216,6 @@ $ bazel fetch //...
will be placed on the gcc command line <em>after</em> these options.
</p>
-<h4 id='flag--cwarn'><code class='flag'>--cwarn <var>gcc-warning</var></code></h4>
-<p>
- This option takes an argument which is a gcc warning to be enabled when
- compiling C or C++ source files. This warning enabling will override any
- other copt, cxxopt or copts that disable the given warning.
-</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