aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/errorout.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/errorout.ads')
-rw-r--r--src/vhdl/errorout.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/errorout.ads b/src/vhdl/errorout.ads
index f2f07ed57..224f18cb9 100644
--- a/src/vhdl/errorout.ads
+++ b/src/vhdl/errorout.ads
@@ -340,7 +340,8 @@ private
type Warnings_Setting is array (Msgid_Warnings) of Warning_Control_Type;
Default_Warnings : constant Warnings_Setting :=
- (Warnid_Binding | Warnid_Library | Warnid_Shared | Warnid_Pure
+ (Warnid_Binding | Warnid_Library | Warnid_Shared
+ | Warnid_Pure | Warnid_Specs
| Warnid_Port => (Enabled => True, Error => False),
others => (Enabled => False, Error => False));
end Errorout;