aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/libghdl/errorout.py
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-06-07 04:44:32 +0200
committerTristan Gingold <tgingold@free.fr>2022-06-07 04:44:32 +0200
commit2d07656ec86b5bb4348de6dd2d057105de60a149 (patch)
tree2a581bfc3f8bf86bb2d57f69780801752967703d /pyGHDL/libghdl/errorout.py
parent12143ffdfa70f798c625f545f3afbee0e940fc1b (diff)
downloadghdl-2d07656ec86b5bb4348de6dd2d057105de60a149.tar.gz
ghdl-2d07656ec86b5bb4348de6dd2d057105de60a149.tar.bz2
ghdl-2d07656ec86b5bb4348de6dd2d057105de60a149.zip
pyGHDL: regenerate
Diffstat (limited to 'pyGHDL/libghdl/errorout.py')
-rw-r--r--pyGHDL/libghdl/errorout.py21
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