Skip to content

Commit

Permalink
pyGHDL: update errorout.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tgingold committed Aug 29, 2021
1 parent f1d4115 commit 7b0195b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyGHDL/libghdl/errorout.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7b0195b

Please sign in to comment.