On 11.04.2011, at 06:30, David Gibson wrote:
> On Sat, Apr 09, 2011 at 05:28:06PM +0200, Alexander Graf wrote:
>>
>>
>>
>>
>> Am 09.04.2011 um 16:56 schrieb Blue Swirl :
>>
>>> Remove a write-only variable, spotted by GCC 4.6.0:
>>> /src/qemu/hw/ppc.c: In function 'power7_set_irq':
>>> /src/
On Sat, Apr 09, 2011 at 05:28:06PM +0200, Alexander Graf wrote:
>
>
>
>
> Am 09.04.2011 um 16:56 schrieb Blue Swirl :
>
> > Remove a write-only variable, spotted by GCC 4.6.0:
> > /src/qemu/hw/ppc.c: In function 'power7_set_irq':
> > /src/qemu/hw/ppc.c:255:9: error: variable 'cur_level' set bu
Am 09.04.2011 um 16:56 schrieb Blue Swirl :
> Remove a write-only variable, spotted by GCC 4.6.0:
> /src/qemu/hw/ppc.c: In function 'power7_set_irq':
> /src/qemu/hw/ppc.c:255:9: error: variable 'cur_level' set but not used
> [-Werror=unused-but-set-variable]
>
> Signed-off-by: Blue Swirl
> -