diff options
author | Tristan Gingold <tgingold@free.fr> | 2021-08-29 12:25:50 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2021-08-29 12:25:50 +0200 |
commit | 7b0195b5e706502a1d564f31867b02bf2a8a27bb (patch) | |
tree | d8875a0ea012505615d684297b369f3793ea6f90 /pyGHDL/libghdl | |
parent | f1d4115c862659824a9ebb645bae01b5d1fa2866 (diff) | |
download | ghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.tar.gz ghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.tar.bz2 ghdl-7b0195b5e706502a1d564f31867b02bf2a8a27bb.zip |
pyGHDL: update errorout.py
Diffstat (limited to 'pyGHDL/libghdl')
-rw-r--r-- | pyGHDL/libghdl/errorout.py | 9 |
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 |