mbox series

[0/3] (few more) Steps towards enabling -Wshadow [3 more]

Message ID 20230904162824.85385-1-philmd@linaro.org
Headers show
Series (few more) Steps towards enabling -Wshadow [3 more] | expand

Message

Philippe Mathieu-Daudé Sept. 4, 2023, 4:28 p.m. UTC
Just missed while posting v2 eh :/
(https://lore.kernel.org/qemu-devel/20230904161235.84651-1-philmd@linaro.org/)

Philippe Mathieu-Daudé (3):
  hw/core/machine: Clean up local variable shadowing
  hw/intc/openpic: Clean up local variable shadowing
  tests/qtest/pflash: Clean up local variable shadowing

 hw/core/machine.c               | 2 --
 hw/intc/openpic.c               | 7 ++-----
 tests/qtest/pflash-cfi02-test.c | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

Comments

Markus Armbruster Sept. 29, 2023, 5:15 a.m. UTC | #1
Philippe Mathieu-Daudé <philmd@linaro.org> writes:

> Just missed while posting v2 eh :/
> (https://lore.kernel.org/qemu-devel/20230904161235.84651-1-philmd@linaro.org/)

PATCH 3 has become commit 82fdcd3e140c8d4c63f177ece554f90f2bccdf68.

Remainder queued.  Thanks!