From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-trivial@nongnu.org,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Max Reitz" <mreitz@redhat.com>, "Fam Zheng" <fam@euphon.net>,
"Peter Chubb" <peter.chubb@nicta.com.au>,
qemu-arm@nongnu.org, "Joel Stanley" <joel@jms.id.au>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Kevin Wolf" <kwolf@redhat.com>,
"Jason Wang" <jasowang@redhat.com>,
qemu-block@nongnu.org, "Andrew Jeffery" <andrew@aj.id.au>,
"Gerd Hoffmann" <kraxel@redhat.com>,
"Hannes Reinecke" <hare@suse.com>
Subject: [PATCH 0/6] Fix more GCC9 -O3 warnings
Date: Tue, 17 Dec 2019 18:32:46 +0100 [thread overview]
Message-ID: <20191217173252.4672-1-philmd@redhat.com> (raw)
Fix some trivial warnings when building with -O3.
Philippe Mathieu-Daudé (6):
audio/audio: Add missing fall through comment
hw/display/tcx: Add missing fall through comments
hw/net/imx_fec: Rewrite fall through comments
hw/timer/aspeed_timer: Add a fall through comment
hw/scsi/megasas: Silent GCC9 duplicated-cond warning
qemu-io-cmds: Silent GCC9 format-overflow warning
audio/audio.c | 1 +
hw/display/tcx.c | 2 ++
hw/net/imx_fec.c | 8 +++++---
hw/scsi/megasas.c | 3 ++-
hw/timer/aspeed_timer.c | 2 +-
qemu-io-cmds.c | 1 +
6 files changed, 12 insertions(+), 5 deletions(-)
--
2.21.0
WARNING: multiple messages have this Message-ID (diff)
From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Fam Zheng" <fam@euphon.net>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Hannes Reinecke" <hare@suse.com>,
"Gerd Hoffmann" <kraxel@redhat.com>,
qemu-block@nongnu.org, qemu-trivial@nongnu.org,
"Jason Wang" <jasowang@redhat.com>,
"Mark Cave-Ayland" <mark.cave-ayland@ilande.co.uk>,
"Max Reitz" <mreitz@redhat.com>,
"Andrew Jeffery" <andrew@aj.id.au>,
qemu-arm@nongnu.org, "Peter Chubb" <peter.chubb@nicta.com.au>,
"Cédric Le Goater" <clg@kaod.org>,
"Kevin Wolf" <kwolf@redhat.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Philippe Mathieu-Daudé" <philmd@redhat.com>,
"Joel Stanley" <joel@jms.id.au>
Subject: [PATCH 0/6] Fix more GCC9 -O3 warnings
Date: Tue, 17 Dec 2019 18:32:46 +0100 [thread overview]
Message-ID: <20191217173252.4672-1-philmd@redhat.com> (raw)
Fix some trivial warnings when building with -O3.
Philippe Mathieu-Daudé (6):
audio/audio: Add missing fall through comment
hw/display/tcx: Add missing fall through comments
hw/net/imx_fec: Rewrite fall through comments
hw/timer/aspeed_timer: Add a fall through comment
hw/scsi/megasas: Silent GCC9 duplicated-cond warning
qemu-io-cmds: Silent GCC9 format-overflow warning
audio/audio.c | 1 +
hw/display/tcx.c | 2 ++
hw/net/imx_fec.c | 8 +++++---
hw/scsi/megasas.c | 3 ++-
hw/timer/aspeed_timer.c | 2 +-
qemu-io-cmds.c | 1 +
6 files changed, 12 insertions(+), 5 deletions(-)
--
2.21.0
next reply other threads:[~2019-12-17 17:33 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-17 17:32 Philippe Mathieu-Daudé [this message]
2019-12-17 17:32 ` [PATCH 0/6] Fix more GCC9 -O3 warnings Philippe Mathieu-Daudé
2019-12-17 17:39 ` Philippe Mathieu-Daudé
2019-12-17 17:39 ` Philippe Mathieu-Daudé
2020-01-23 11:28 ` Alex Bennée
2020-01-23 11:28 ` Alex Bennée
2020-01-23 17:55 ` Philippe Mathieu-Daudé
2020-01-23 17:55 ` Philippe Mathieu-Daudé
2020-01-23 18:26 ` Alex Bennée
2020-01-23 18:26 ` Alex Bennée
2019-12-17 21:49 ` Chubb, Peter (Data61, Kensington NSW)
2019-12-17 21:49 ` Chubb, Peter (Data61, Kensington NSW)
2019-12-18 6:05 ` Markus Armbruster
2019-12-18 6:05 ` Markus Armbruster
2020-01-18 19:24 ` Paolo Bonzini
2020-01-18 19:24 ` Paolo Bonzini
2020-01-20 19:02 ` Philippe Mathieu-Daudé
2020-01-20 19:02 ` Philippe Mathieu-Daudé
2020-01-21 10:49 ` Paolo Bonzini
2020-01-21 10:49 ` Paolo Bonzini
-- strict thread matches above, loose matches on Subject: below --
2019-12-17 17:34 Philippe Mathieu-Daudé
2019-12-17 17:34 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191217173252.4672-1-philmd@redhat.com \
--to=philmd@redhat.com \
--cc=andrew@aj.id.au \
--cc=clg@kaod.org \
--cc=fam@euphon.net \
--cc=hare@suse.com \
--cc=jasowang@redhat.com \
--cc=joel@jms.id.au \
--cc=kraxel@redhat.com \
--cc=kwolf@redhat.com \
--cc=mark.cave-ayland@ilande.co.uk \
--cc=mreitz@redhat.com \
--cc=pbonzini@redhat.com \
--cc=peter.chubb@nicta.com.au \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.