summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-warnings.rst
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-05-08 17:35:05 -0400
committerBen Gamari <ben@smart-cactus.org>2017-05-08 17:37:07 -0400
commit476307cee7ff142b0eff91d45fddf17775417814 (patch)
treebaa032d9d9af2675fdbac2a10edecb90b5483452 /docs/users_guide/using-warnings.rst
parentc685a44776ca77cad813f32e3cc7f7a42daf1d7d (diff)
downloadhaskell-476307cee7ff142b0eff91d45fddf17775417814.tar.gz
users-guide: Fix a variety of warnings
Including #13665.
Diffstat (limited to 'docs/users_guide/using-warnings.rst')
-rw-r--r--docs/users_guide/using-warnings.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/using-warnings.rst b/docs/users_guide/using-warnings.rst
index 21594ec262..ed2b12b84c 100644
--- a/docs/users_guide/using-warnings.rst
+++ b/docs/users_guide/using-warnings.rst
@@ -104,6 +104,7 @@ to abort.
warnings when doing batch compilation.
.. ghc-flag:: -Werror=<wflag>
+ :noindex:
:implies: ``-W<wflag>``
@@ -116,6 +117,7 @@ to abort.
default, but can be useful to negate a :ghc-flag:`-Werror` flag.
.. ghc-flag:: -Wwarn=<wflag>
+ :noindex:
Causes a specific warning to be treated as normal warning, not fatal error.