aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-01-05 08:16:38 +0100
committerTristan Gingold <tgingold@free.fr>2019-01-05 08:16:38 +0100
commit01055202d93c7d3c50475a231638dd01045922a9 (patch)
tree654a5049816542a7c3713090c894df09c7745749 /doc
parent9f4ea778e623b465fd29160d55a6e1b599ca12af (diff)
downloadghdl-01055202d93c7d3c50475a231638dd01045922a9.tar.gz
ghdl-01055202d93c7d3c50475a231638dd01045922a9.tar.bz2
ghdl-01055202d93c7d3c50475a231638dd01045922a9.zip
Document warnings enabled by default.
Close #728
Diffstat (limited to 'doc')
-rw-r--r--doc/using/InvokingGHDL.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/using/InvokingGHDL.rst b/doc/using/InvokingGHDL.rst
index 758b2529b..f5b39d3e4 100644
--- a/doc/using/InvokingGHDL.rst
+++ b/doc/using/InvokingGHDL.rst
@@ -344,6 +344,11 @@ Some constructions are not erroneous but dubious. Warnings are diagnostic messag
.. HINT::
You could disable a warning by using the ``--warn-no-XXX`` or ``-Wno-XXX`` instead of ``--warn-XXX`` or ``-WXXX``.
+.. HINT::
+ The warnings ``-Wbinding``, ``-Wlibrary``, ``-Wshared``,
+ ``-Wpure``, ``-Wspecs``, ``-Whide``, ``-Wport`` are enabled by
+ default.
+
.. option:: --warn-library
Warns if a design unit replaces another design unit with the same name.