Re: [Qemu-devel] [PATCH 00/14] gcc extra warning fixes

2010-08-31 Thread Blue Swirl
On Tue, Aug 31, 2010 at 7:21 AM, Jes Sorensen wrote: > On 08/30/10 21:25, Blue Swirl wrote: >> On Mon, Aug 30, 2010 at 3:35 PM,   wrote: >>> From: Jes Sorensen >>> >>> Hi, >>> >>> I started building QEMU with some more aggressive error flags to see >>> what dropped out. I started fixing up some o

Re: [Qemu-devel] [PATCH 00/14] gcc extra warning fixes

2010-08-31 Thread Jes Sorensen
On 08/30/10 21:25, Blue Swirl wrote: > On Mon, Aug 30, 2010 at 3:35 PM, wrote: >> From: Jes Sorensen >> >> Hi, >> >> I started building QEMU with some more aggressive error flags to see >> what dropped out. I started fixing up some of the cases, removing >> unused arguments to functions, compari

Re: [Qemu-devel] [PATCH 00/14] gcc extra warning fixes

2010-08-30 Thread Blue Swirl
On Mon, Aug 30, 2010 at 3:35 PM, wrote: > From: Jes Sorensen > > Hi, > > I started building QEMU with some more aggressive error flags to see > what dropped out. I started fixing up some of the cases, removing > unused arguments to functions, comparisons of unsigned types against > negative valu

[Qemu-devel] [PATCH 00/14] gcc extra warning fixes v2

2010-08-30 Thread Jes . Sorensen
From: Jes Sorensen Hi, I started building QEMU with some more aggressive error flags to see what dropped out. I started fixing up some of the cases, removing unused arguments to functions, comparisons of unsigned types against negative values etc. and a few other minor changes to avoid compiler

[Qemu-devel] [PATCH 00/14] gcc extra warning fixes

2010-08-30 Thread Jes . Sorensen
From: Jes Sorensen Hi, I started building QEMU with some more aggressive error flags to see what dropped out. I started fixing up some of the cases, removing unused arguments to functions, comparisons of unsigned types against negative values etc. and a few other minor changes to avoid compiler