| commit | a4be8a21b0e2c752da0042c79aae5942418f53e2 | [log] [tgz] |
|---|---|---|
| author | Nico Huber <nico.h@gmx.de> | Sat Jul 15 20:39:01 2023 +0200 |
| committer | Nico Huber <nico.h@gmx.de> | Tue Aug 01 10:03:33 2023 +0000 |
| tree | 6df0e509477729dbbba40bb1f995a9e3d438bca1 | |
| parent | 732feb414dcb58e9282d25fc8c569d372d179f47 [diff] |
Avoid warning '"Pos32" is already use-visible' Ensures compatibility with GCC 13. Change-Id: Ic41a20167b88b5952642cc59e80315c5d2fd98b0 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/libgfxinit/+/76491 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
diff --git a/common/hw-gfx-gma-pipe_setup.ads b/common/hw-gfx-gma-pipe_setup.ads index 960e70f..7270cb2 100644 --- a/common/hw-gfx-gma-pipe_setup.ads +++ b/common/hw-gfx-gma-pipe_setup.ads
@@ -16,7 +16,6 @@ with HW.GFX.GMA.Config_Helpers; with HW.GFX.GMA.Registers; -use type HW.Int32; private package HW.GFX.GMA.Pipe_Setup is
diff --git a/common/hw-gfx-gma.adb b/common/hw-gfx-gma.adb index cacafd3..c3073d3 100644 --- a/common/hw-gfx-gma.adb +++ b/common/hw-gfx-gma.adb
@@ -33,7 +33,6 @@ with HW.Debug; with GNAT.Source_Info; -use type HW.Int32; package body HW.GFX.GMA with Refined_State =>