Cc'ing qemu-trivial as this series is fully reviewed.
On 12/18/19 8:25 PM, Philippe Mathieu-Daudé wrote:
Fix some trivial warnings when building with -O3. v2: - addressed Thomas and Aleksandar comments - dropped 'hw/scsi/megasas: Silent GCC9 duplicated-cond warning' - dropped 'qemu-io-cmds: Silent GCC9 format-overflow warning' Philippe Mathieu-Daudé (6): audio/audio: Add missing fall through comment hw/display/tcx: Add missing fall through comments hw/timer/aspeed_timer: Add a fall through comment hw/net/imx_fec: Rewrite fall through comments hw/net/imx_fec: Remove unuseful FALLTHROUGH comments hw/pci-host/designware: Remove unuseful FALLTHROUGH comment audio/audio.c | 1 + hw/display/tcx.c | 2 ++ hw/net/imx_fec.c | 7 ++++--- hw/pci-host/designware.c | 2 +- hw/timer/aspeed_timer.c | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) Cc: Aleksandar Markovic <[email protected]> Cc: Andrew Jeffery <[email protected]> Cc: Andrey Smirnov <[email protected]> Cc: "Cédric Le Goater" <[email protected]> Cc: Gerd Hoffmann <[email protected]> Cc: Jason Wang <[email protected]> Cc: Joel Stanley <[email protected]> Cc: "Kővágó, Zoltán" <[email protected]> Cc: Mark Cave-Ayland <[email protected]> Cc: Markus Armbruster <[email protected]> Cc: Olivier Danet <[email protected]> Cc: Peter Chubb <[email protected]> Cc: Peter Maydell <[email protected]> Cc: [email protected]
