On Thu, 31 Aug 2023 at 23:56, Philippe Mathieu-Daudé <[email protected]> wrote: > > Fix: > > hw/arm/virt.c:821:22: error: declaration shadows a local variable > [-Werror,-Wshadow] > qemu_irq irq = qdev_get_gpio_in(vms->gic, > ^ > hw/arm/virt.c:803:13: note: previous declaration is here > int irq; > ^ > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
