> It might be handy to temporarily add > > target/mips/translate.o: QEMU_CFLAGS += -Wshadow=local > > to target/mips/Makefile.objs, but I don't know how prevalent that situation is > within the existing code base...
Richard, thanks for this useful tip. I did similar checks utilizing gcc warnings, but some other hard way. I see this can be handy for other situations too - for example, if using -Wimplicit-fallthrough... Aleksandar M.