From: Juan Quintela <quintela@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/2] Yet more gcc warnings fixes
Date: Mon, 11 Jul 2011 18:15:10 +0200 [thread overview]
Message-ID: <cover.1310400716.git.quintela@redhat.com> (raw)
More places that have write only variables.
Once here, why we have clovvered arg7 is a good question (TM)
abi_long do_syscall(void *cpu_env, int num, abi_long arg1,
abi_long arg2, abi_long arg3, abi_long arg4,
abi_long arg5, abi_long arg6, abi_long arg7,
abi_long arg8)
{
.....
abi_ulong arg_sigset, *arg7;
....
Using a different name could be a good idea.
Please, apply.
Later, Juan.
Juan Quintela (2):
xen_mapcache: remove unused variable
syscall: pselect arg_sigsize variable was write only
linux-user/syscall.c | 3 +--
xen-mapcache.c | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
--
1.7.6
next reply other threads:[~2011-07-11 16:15 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-11 16:15 Juan Quintela [this message]
2011-07-11 16:15 ` [Qemu-devel] [PATCH 1/2] xen_mapcache: remove unused variable Juan Quintela
2011-07-12 10:19 ` Stefano Stabellini
2011-07-26 14:54 ` Stefan Berger
2011-07-27 9:03 ` Stefan Hajnoczi
2011-07-11 16:15 ` [Qemu-devel] [PATCH 2/2] syscall: pselect arg_sigsize variable was write only Juan Quintela
2011-07-11 16:50 ` Peter Maydell
2011-07-11 19:35 ` Juan Quintela
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=cover.1310400716.git.quintela@redhat.com \
--to=quintela@redhat.com \
--cc=qemu-devel@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.