aboutsummaryrefslogtreecommitdiffstats
path: root/python/libghdl/thin/errorout.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/libghdl/thin/errorout.py')
-rw-r--r--python/libghdl/thin/errorout.py41
1 files changed, 21 insertions, 20 deletions
diff --git a/python/libghdl/thin/errorout.py b/python/libghdl/thin/errorout.py
index 809cc919e..36f482c7b 100644
--- a/python/libghdl/thin/errorout.py
+++ b/python/libghdl/thin/errorout.py
@@ -12,23 +12,24 @@ class Msgid:
Warnid_Binding = 4
Warnid_Port = 5
Warnid_Reserved_Word = 6
- Warnid_Nested_Comment = 7
- Warnid_Directive = 8
- Warnid_Parenthesis = 9
- Warnid_Vital_Generic = 10
- Warnid_Delayed_Checks = 11
- Warnid_Body = 12
- Warnid_Specs = 13
- Warnid_Universal = 14
- Warnid_Port_Bounds = 15
- Warnid_Runtime_Error = 16
- Warnid_Delta_Cycle = 17
- Warnid_Shared = 18
- Warnid_Hide = 19
- Warnid_Unused = 20
- Warnid_Others = 21
- Warnid_Pure = 22
- Warnid_Static = 23
- Msgid_Warning = 24
- Msgid_Error = 25
- Msgid_Fatal = 26
+ Warnid_Pragma = 7
+ Warnid_Nested_Comment = 8
+ Warnid_Directive = 9
+ Warnid_Parenthesis = 10
+ Warnid_Vital_Generic = 11
+ Warnid_Delayed_Checks = 12
+ Warnid_Body = 13
+ Warnid_Specs = 14
+ Warnid_Universal = 15
+ Warnid_Port_Bounds = 16
+ Warnid_Runtime_Error = 17
+ Warnid_Delta_Cycle = 18
+ Warnid_Shared = 19
+ Warnid_Hide = 20
+ Warnid_Unused = 21
+ Warnid_Others = 22
+ Warnid_Pure = 23
+ Warnid_Static = 24
+ Msgid_Warning = 25
+ Msgid_Error = 26
+ Msgid_Fatal = 27