aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-05-30 18:23:33 +0200
committerTristan Gingold <tgingold@free.fr>2021-05-30 18:23:33 +0200
commit54a18dda071449e80982da9e31be4685da30f0ed (patch)
tree9c50bbba4b8e25eba8d40777b89d21ed7a53a1b0 /src/ghdldrv
parent5885c15733efd56a0254b3735deceadf26f7d5d2 (diff)
downloadghdl-54a18dda071449e80982da9e31be4685da30f0ed.tar.gz
ghdl-54a18dda071449e80982da9e31be4685da30f0ed.tar.bz2
ghdl-54a18dda071449e80982da9e31be4685da30f0ed.zip
Fix warnings from gnatgpl 2021
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlmain.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlmain.ads b/src/ghdldrv/ghdlmain.ads
index e25cebea5..f66372d71 100644
--- a/src/ghdldrv/ghdlmain.ads
+++ b/src/ghdldrv/ghdlmain.ads
@@ -17,7 +17,7 @@ with GNAT.OS_Lib; use GNAT.OS_Lib;
with Options; use Options;
package Ghdlmain is
- type Command_Type;
+ type Command_Type is tagged;
type Command_Acc is access all Command_Type'Class;