From 7b0195b5e706502a1d564f31867b02bf2a8a27bb Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 29 Aug 2021 12:25:50 +0200 Subject: pyGHDL: update errorout.py --- pyGHDL/libghdl/errorout.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pyGHDL/libghdl') 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 -- cgit v1.2.3