diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-04 18:12:32 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 10:07:16 +0200 |
commit | 720d6bcdbb9fd6781025f245c8d02ce179a2fc86 (patch) | |
tree | 6010e55aa746d6f742c5124e4240e2d764b9f780 /qemu-edid.c | |
parent | 7f087a323768585bb6063a1ee05a03a52b6a0b8f (diff) | |
download | qemu-720d6bcdbb9fd6781025f245c8d02ce179a2fc86.zip qemu-720d6bcdbb9fd6781025f245c8d02ce179a2fc86.tar.gz qemu-720d6bcdbb9fd6781025f245c8d02ce179a2fc86.tar.bz2 |
sysemu/device_tree: Clean up local variable shadowing
Fix:
hw/mips/boston.c:472:5: error: declaration shadows a local variable [-Werror,-Wshadow]
qemu_fdt_setprop_cells(fdt, name, "reg", reg_base, reg_size);
^
include/sysemu/device_tree.h:129:13: note: expanded from macro 'qemu_fdt_setprop_cells'
int i;
^
hw/mips/boston.c:461:9: note: previous declaration is here
int i;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20230904161235.84651-21-philmd@linaro.org>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qemu-edid.c')
0 files changed, 0 insertions, 0 deletions