From 01055202d93c7d3c50475a231638dd01045922a9 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 5 Jan 2019 08:16:38 +0100 Subject: Document warnings enabled by default. Close #728 --- doc/using/InvokingGHDL.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/using') 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. -- cgit v1.2.3