diff options
Diffstat (limited to 'pyGHDL/libghdl/errorout.py')
-rw-r--r-- | pyGHDL/libghdl/errorout.py | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/pyGHDL/libghdl/errorout.py b/pyGHDL/libghdl/errorout.py index 928046857..a4dd7f3c9 100644 --- a/pyGHDL/libghdl/errorout.py +++ b/pyGHDL/libghdl/errorout.py @@ -41,13 +41,14 @@ class Msgid(IntEnum): Warnid_Shared = 22 Warnid_Hide = 23 Warnid_Unused = 24 - Warnid_Others = 25 - Warnid_Pure = 26 - Warnid_Analyze_Assert = 27 - Warnid_Attribute = 28 - Warnid_Useless = 29 - Warnid_No_Assoc = 30 - Warnid_Static = 31 - Msgid_Warning = 32 - Msgid_Error = 33 - Msgid_Fatal = 34 + Warnid_Nowrite = 25 + Warnid_Others = 26 + Warnid_Pure = 27 + Warnid_Analyze_Assert = 28 + Warnid_Attribute = 29 + Warnid_Useless = 30 + Warnid_No_Assoc = 31 + Warnid_Static = 32 + Msgid_Warning = 33 + Msgid_Error = 34 + Msgid_Fatal = 35 |