mirror of
https://github.com/qemu/qemu.git
synced 2025-10-27 13:30:41 +00:00
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>
|
||
|---|---|---|
| .. | ||
| an5206.c | ||
| bootinfo.h | ||
| Kconfig | ||
| mcf5206.c | ||
| mcf5208.c | ||
| mcf_intc.c | ||
| meson.build | ||
| next-cube.c | ||
| next-kbd.c | ||
| q800-glue.c | ||
| q800.c | ||
| virt.c | ||