From: Markus Armbruster <armbru@redhat.com>
To: Thomas Huth <thuth@redhat.com>
Cc: qemu-devel@nongnu.org, Gerd Hoffmann <kraxel@redhat.com>,
Markus Armbruster <armbru@redhat.com>,
qemu-trivial@nongnu.org
Subject: Re: [PATCH] hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow
Date: Wed, 04 Oct 2023 13:44:26 +0200 [thread overview]
Message-ID: <8734yqfw85.fsf@pond.sub.org> (raw)
In-Reply-To: <20231004093620.97906-1-thuth@redhat.com> (Thomas Huth's message of "Wed, 4 Oct 2023 11:36:20 +0200")
I got one more:
../hw/usb/host-libusb.c: In function ‘usb_host_open’:
../hw/usb/host-libusb.c:1013:13: warning: declaration of ‘rc’ shadows a previous local [-Wshadow=compatible-local]
1013 | int rc = ioctl(hostfd, USBDEVFS_GET_SPEED, NULL);
| ^~
../hw/usb/host-libusb.c:954:9: note: shadowed declaration is here
954 | int rc;
| ^~
next prev parent reply other threads:[~2023-10-04 11:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-04 9:36 [PATCH] hw/usb: Silence compiler warnings in USB code when compiling with -Wshadow Thomas Huth
2023-10-04 11:44 ` Markus Armbruster [this message]
2023-10-04 13:03 ` Thomas Huth
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=8734yqfw85.fsf@pond.sub.org \
--to=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
--cc=thuth@redhat.com \
/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.