aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-errors.ads
diff options
context:
space:
mode:
authorcderrien <65495526+cderrien@users.noreply.github.com>2022-11-08 08:02:39 +0100
committerGitHub <noreply@github.com>2022-11-08 08:02:39 +0100
commit33b400ad884ee8f9a9c01c3d47968eea7dcd3db2 (patch)
tree234d519d805d8cedc005df757b9b925301a47876 /src/synth/synth-errors.ads
parent640e4c13fc8bd1fd7a0bfddddf7c851b2b171135 (diff)
downloadghdl-33b400ad884ee8f9a9c01c3d47968eea7dcd3db2.tar.gz
ghdl-33b400ad884ee8f9a9c01c3d47968eea7dcd3db2.tar.bz2
ghdl-33b400ad884ee8f9a9c01c3d47968eea7dcd3db2.zip
Added id to warnings related to attributes. (#2242)
Diffstat (limited to 'src/synth/synth-errors.ads')
-rw-r--r--src/synth/synth-errors.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-errors.ads b/src/synth/synth-errors.ads
index c238d7575..8b505587d 100644
--- a/src/synth/synth-errors.ads
+++ b/src/synth/synth-errors.ads
@@ -43,6 +43,10 @@ package Synth.Errors is
Loc : Location_Type;
Msg : String;
Arg1 : Earg_Type);
+ procedure Warning_Msg_Synth (Warnid : Msgid_Warnings;
+ Loc : Location_Type;
+ Msg : String;
+ Args : Earg_Arr := No_Eargs);
procedure Warning_Msg_Synth (Loc : Location_Type;
Msg : String;
Args : Earg_Arr := No_Eargs);