diff options
author | Tristan Gingold <tgingold@free.fr> | 2018-09-18 05:29:29 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2018-09-18 05:29:29 +0200 |
commit | 262c190bfdca756a989ca31b702700ec34d335fc (patch) | |
tree | b6e2e09c413359713dc5646e40ae92fd00866722 /src/vhdl/errorout.ads | |
parent | 0f7bdd76d45a453b226ac58ae289bd21cfeb62c2 (diff) | |
download | ghdl-262c190bfdca756a989ca31b702700ec34d335fc.tar.gz ghdl-262c190bfdca756a989ca31b702700ec34d335fc.tar.bz2 ghdl-262c190bfdca756a989ca31b702700ec34d335fc.zip |
Adjust -Whide (disabled in some useless cases).
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r-- | src/vhdl/errorout.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads index ff7c54ada..4a3b6fdf7 100644 --- a/src/vhdl/errorout.ads +++ b/src/vhdl/errorout.ads @@ -344,7 +344,7 @@ private Default_Warnings : constant Warnings_Setting := (Warnid_Binding | Warnid_Library | Warnid_Shared - | Warnid_Pure | Warnid_Specs + | Warnid_Pure | Warnid_Specs | Warnid_Hide | Warnid_Port => (Enabled => True, Error => False), others => (Enabled => False, Error => False)); end Errorout; |