From 2d07656ec86b5bb4348de6dd2d057105de60a149 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Tue, 7 Jun 2022 04:44:32 +0200 Subject: pyGHDL: regenerate --- pyGHDL/libghdl/errorout.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'pyGHDL/libghdl') 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 -- cgit v1.2.3