diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-09-04 18:12:21 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2023-09-29 10:07:15 +0200 |
commit | 2f6037a2359fb653704ff240fb552bd77537f9ec (patch) | |
tree | 9e4efcad64dbee2a5be9d2dc2f542948c2ba6e55 /net | |
parent | c7f14e4898bb4fcaa1420434bf4331e2843946fd (diff) | |
download | qemu-2f6037a2359fb653704ff240fb552bd77537f9ec.zip qemu-2f6037a2359fb653704ff240fb552bd77537f9ec.tar.gz qemu-2f6037a2359fb653704ff240fb552bd77537f9ec.tar.bz2 |
hw/arm/allwinner: Clean up local variable shadowing
Fix:
hw/arm/allwinner-r40.c:412:14: error: declaration shadows a local variable [-Werror,-Wshadow]
for (int i = 0; i < AW_R40_NUM_MMCS; i++) {
^
hw/arm/allwinner-r40.c:299:14: note: previous declaration is here
unsigned i;
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20230904161235.84651-10-philmd@linaro.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions