diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-03-08 08:05:29 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-03-08 08:05:29 +0100 |
commit | c3af2b181bb1b68bfcf6190e03485189765161bc (patch) | |
tree | e4fa3f7099c48c0610c9b0badd510df385a7d410 /src/synth/elab-vhdl_errors.ads | |
parent | 311e9448678c6c8ecf1af3dcd7f98c5cd1437c77 (diff) | |
download | ghdl-c3af2b181bb1b68bfcf6190e03485189765161bc.tar.gz ghdl-c3af2b181bb1b68bfcf6190e03485189765161bc.tar.bz2 ghdl-c3af2b181bb1b68bfcf6190e03485189765161bc.zip |
synth: handle concatenation of unbounded types. Fix #1993
Diffstat (limited to 'src/synth/elab-vhdl_errors.ads')
-rw-r--r-- | src/synth/elab-vhdl_errors.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/synth/elab-vhdl_errors.ads b/src/synth/elab-vhdl_errors.ads index d4cd19a24..4d9d2788e 100644 --- a/src/synth/elab-vhdl_errors.ads +++ b/src/synth/elab-vhdl_errors.ads @@ -26,6 +26,7 @@ package Elab.Vhdl_Errors is procedure Error_Msg_Elab (Loc : Location_Type; Msg : String; Args : Earg_Arr := No_Eargs); + -- procedure Warning_Msg_Synth (Loc : Location_Type; -- Msg : String; -- Arg1 : Earg_Type); |