On Thu, 31 Aug 2023 at 23:56, Philippe Mathieu-Daudé <[email protected]> wrote: > > 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é <[email protected]> > ---
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
