summary refs log tree commit diff stats
path: root/hw/misc/iosb.c
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2023-09-25 17:10:25 +0200
committerMarkus Armbruster <armbru@redhat.com>2023-10-06 13:27:48 +0200
commitd5308ea64c1a4608f98b80e83a126515045d0fac (patch)
tree28357583d60880f7037005ff4e705e05e238008b /hw/misc/iosb.c
parente7121b15411d0a9220d82d293537b91841f47c82 (diff)
downloadfocaccia-qemu-d5308ea64c1a4608f98b80e83a126515045d0fac.tar.gz
focaccia-qemu-d5308ea64c1a4608f98b80e83a126515045d0fac.zip
linux-user/flatload: clean up local variable shadowing
Fix following warnings:

.../linux-user/flatload.c: In function 'load_flt_binary':
.../linux-user/flatload.c:758:23: warning: declaration of 'p' shadows a previous local [-Wshadow=compatible-local]
  758 |             abi_ulong p;
      |                       ^
../../../Projects/qemu/linux-user/flatload.c:722:15: note: shadowed declaration is here
  722 |     abi_ulong p;
      |               ^

Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-ID: <20230925151029.461358-2-laurent@vivier.eu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'hw/misc/iosb.c')
0 files changed, 0 insertions, 0 deletions