From 55da78e95df865ba2e2048e6546e4fffcfe020da Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 31 Jul 2016 15:49:43 +0200 Subject: Rework warnings to have a uniq tag per warning. --- src/ghdldrv/ghdlcomp.adb | 3 ++- src/ghdldrv/ghdlprint.adb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/ghdldrv') diff --git a/src/ghdldrv/ghdlcomp.adb b/src/ghdldrv/ghdlcomp.adb index 180240710..d496c148c 100644 --- a/src/ghdldrv/ghdlcomp.adb +++ b/src/ghdldrv/ghdlcomp.adb @@ -363,7 +363,8 @@ package body Ghdlcomp is -- Do late analysis checks. Unit := Get_First_Design_Unit (New_Design_File); while Unit /= Null_Iir loop - Sem.Sem_Analysis_Checks_List (Unit, Flags.Warn_Delayed_Checks); + Sem.Sem_Analysis_Checks_List + (Unit, Is_Warning_Enabled (Warnid_Delayed_Checks)); Unit := Get_Chain (Unit); end loop; diff --git a/src/ghdldrv/ghdlprint.adb b/src/ghdldrv/ghdlprint.adb index 97f54ebde..f9b814404 100644 --- a/src/ghdldrv/ghdlprint.adb +++ b/src/ghdldrv/ghdlprint.adb @@ -240,7 +240,7 @@ package body Ghdlprint is Ref := Find (Loc); if Ref = Bad_Xref then Disp_Text; - Warning_Msg_Sem ("cannot find xref", Loc); + Warning_Msg_Sem ("cannot find xref", Loc, Warnid_Missing_Xref); Missing_Xref := True; return; end if; -- cgit v1.2.3