aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-11-08 18:42:04 +0100
committerTristan Gingold <tgingold@free.fr>2022-11-08 18:42:51 +0100
commitb9fdbf1b1979be80c888618193976d70602533c8 (patch)
tree45143c4fd99a7d320d550314c62b2d738cb52dae /src/ghdldrv
parent0abcfa29b88342d471c5baf0a140d65be0979ac9 (diff)
downloadghdl-b9fdbf1b1979be80c888618193976d70602533c8.tar.gz
ghdl-b9fdbf1b1979be80c888618193976d70602533c8.tar.bz2
ghdl-b9fdbf1b1979be80c888618193976d70602533c8.zip
vhdl: fix some compiler warnings
Diffstat (limited to 'src/ghdldrv')
-rw-r--r--src/ghdldrv/ghdlsimul.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb
index 0a752dc22..08377c1e1 100644
--- a/src/ghdldrv/ghdlsimul.adb
+++ b/src/ghdldrv/ghdlsimul.adb
@@ -13,7 +13,7 @@
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <gnu.org/licenses>.
-with System; use System;
+with System;
with Ada.Unchecked_Conversion;
with Ada.Command_Line;
@@ -23,10 +23,10 @@ with Interfaces;
with Interfaces.C;
with Ghdllocal; use Ghdllocal;
-with Simple_IO; use Simple_IO;
with Flags;
with Errorout;
+with Simple_IO;
with Vhdl.Nodes; use Vhdl.Nodes;
with Vhdl.Std_Package;