qemu-devel
[Top][All Lists]
Advanced

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

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


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 0/6] Fix more GCC9 -O3 warnings
Date: Fri, 17 Jan 2020 17:55:28 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

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 <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





reply via email to

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