qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 0/6] Fix more GCC9 -O3 warnings


From: Philippe Mathieu-Daudé
Subject: [PATCH v2 0/6] Fix more GCC9 -O3 warnings
Date: Wed, 18 Dec 2019 20:25:20 +0100

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 <address@hidden>
Cc: Andrew Jeffery <address@hidden>
Cc: Andrey Smirnov <address@hidden>
Cc: "Cédric Le Goater" <address@hidden>
Cc: Gerd Hoffmann <address@hidden>
Cc: Jason Wang <address@hidden>
Cc: Joel Stanley <address@hidden>
Cc: "Kővágó, Zoltán" <address@hidden>
Cc: Mark Cave-Ayland <address@hidden>
Cc: Markus Armbruster <address@hidden>
Cc: Olivier Danet <address@hidden>
Cc: Peter Chubb <address@hidden>
Cc: Peter Maydell <address@hidden>
Cc: address@hidden
-- 
2.21.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]