aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-09-23 07:17:45 +0200
committerTristan Gingold <tgingold@free.fr>2018-09-23 07:17:45 +0200
commit2ac3808f465ec736a1359d35426fb49c1dfe58dd (patch)
tree98be804fe181be016dd6587403be0b2fff27b10c /src/vhdl/errorout.ads
parent5fb9fbc5a3244ea45db141e59cdccb9a3e000fdc (diff)
downloadghdl-2ac3808f465ec736a1359d35426fb49c1dfe58dd.tar.gz
ghdl-2ac3808f465ec736a1359d35426fb49c1dfe58dd.tar.bz2
ghdl-2ac3808f465ec736a1359d35426fb49c1dfe58dd.zip
Add -Wothers warning.
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r--src/vhdl/errorout.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads
index f512b0624..595c5c094 100644
--- a/src/vhdl/errorout.ads
+++ b/src/vhdl/errorout.ads
@@ -110,6 +110,9 @@ package Errorout is
-- FIXME: currently only subprograms are handled.
Warnid_Unused,
+ -- Others choice is not needed, all values are already covered.
+ Warnid_Others,
+
-- Violation of pure rules.
Warnid_Pure,