Re: [Qemu-devel] [PATCH 1/3] lsi: Fix unused-but-set-variable warning

2011-06-10 Thread Richard Henderson
On 06/10/2011 09:36 AM, Peter Maydell wrote: > Stefan, if you're picking up gcc warning fixes for the trivial > tree, how about this one? > > (I think the other gcc warning fixes are either: > * in the most recent usb pull request > * linux-user > * target-alpha Speaking of, anyone willing to

Re: [Qemu-devel] [PATCH 1/3] lsi: Fix unused-but-set-variable warning

2011-06-10 Thread Stefan Hajnoczi
On Wed, Jun 01, 2011 at 02:56:30PM +0200, Christophe Fergeau wrote: > This warning is new in gcc 4.6. > > Signed-off-by: Christophe Fergeau > --- > hw/lsi53c895a.c |2 -- > 1 files changed, 0 insertions(+), 2 deletions(-) Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu

Re: [Qemu-devel] [PATCH 1/3] lsi: Fix unused-but-set-variable warning

2011-06-10 Thread Peter Maydell
Stefan, if you're picking up gcc warning fixes for the trivial tree, how about this one? (I think the other gcc warning fixes are either: * in the most recent usb pull request * linux-user * target-alpha which all have a clear owner/interested person.) Reviewed-by: Peter Maydell -- PMM On 1

Re: [Qemu-devel] [PATCH 1/3] lsi: Fix unused-but-set-variable warning

2011-06-01 Thread Paolo Bonzini
On 06/01/2011 02:56 PM, Christophe Fergeau wrote: This warning is new in gcc 4.6. Signed-off-by: Christophe Fergeau --- hw/lsi53c895a.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 83084b6..90c6cbc 100644 --- a/hw/lsi53c895a

[Qemu-devel] [PATCH 1/3] lsi: Fix unused-but-set-variable warning

2011-06-01 Thread Christophe Fergeau
This warning is new in gcc 4.6. Signed-off-by: Christophe Fergeau --- hw/lsi53c895a.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/hw/lsi53c895a.c b/hw/lsi53c895a.c index 83084b6..90c6cbc 100644 --- a/hw/lsi53c895a.c +++ b/hw/lsi53c895a.c @@ -889,7 +889,6 @@ static v