diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-04 18:12:24 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 10:07:15 +0200 |
commit | 5f87dddbc2aaa126a6c1334115a5ec9bd33fb62a (patch) | |
tree | b3ca8f1ae57343c7dd95e2a51eeb1e753ad14a6c /net | |
parent | 2f6037a2359fb653704ff240fb552bd77537f9ec (diff) | |
download | qemu-5f87dddbc2aaa126a6c1334115a5ec9bd33fb62a.zip qemu-5f87dddbc2aaa126a6c1334115a5ec9bd33fb62a.tar.gz qemu-5f87dddbc2aaa126a6c1334115a5ec9bd33fb62a.tar.bz2 |
hw/m68k: Clean up local variable shadowing
Fix:
hw/m68k/virt.c:263:13: error: declaration shadows a local variable [-Werror,-Wshadow]
BOOTINFOSTR(param_ptr, BI_COMMAND_LINE,
^
hw/m68k/bootinfo.h:47:13: note: expanded from macro 'BOOTINFOSTR'
int i; \
^
hw/m68k/virt.c:130:9: note: previous declaration is here
int i;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230904161235.84651-13-philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions