aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-08-29 12:25:50 +0200
committerTristan Gingold <tgingold@free.fr>2021-08-29 12:25:50 +0200
commit7b0195b5e706502a1d564f31867b02bf2a8a27bb (patch)
treed8875a0ea012505615d684297b369f3793ea6f90
parentf1d4115c862659824a9ebb645bae01b5d1fa2866 (diff)
downloadghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.tar.gz
ghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.tar.bz2
ghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.zip
pyGHDL: update errorout.py
-rw-r--r--pyGHDL/libghdl/errorout.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py
index 94143b29e..4cdcdee56 100644
--- a/pyGHDL/libghdl/errorout.py
+++ b/pyGHDL/libghdl/errorout.py
@@ -45,7 +45,8 @@ class Msgid(IntEnum):
Warnid_Pure = 26
Warnid_Analyze_Assert = 27
Warnid_Attribute = 28
- Warnid_Static = 29
- Msgid_Warning = 30
- Msgid_Error = 31
- Msgid_Fatal = 32
+ Warnid_Useless = 29
+ Warnid_Static = 30
+ Msgid_Warning = 31
+ Msgid_Error = 32
+ Msgid_Fatal = 33