[Qemu-devel] Re: [PATCH 11/12] ppc: avoid write only variables

2010-10-09 Thread Blue Swirl
On Fri, Oct 8, 2010 at 9:32 PM, Alexander Graf wrote: > > On 08.10.2010, at 23:25, Blue Swirl wrote: > >> Compiling with GCC 4.6.0 20100925 produced warnings: >> /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi': >> /src/qemu/target-ppc/op_helper.c:351:14: error: variable 'tmp' set but >

[Qemu-devel] Re: [PATCH 11/12] ppc: avoid write only variables

2010-10-08 Thread Alexander Graf
On 08.10.2010, at 23:25, Blue Swirl wrote: > Compiling with GCC 4.6.0 20100925 produced warnings: > /src/qemu/target-ppc/op_helper.c: In function 'helper_icbi': > /src/qemu/target-ppc/op_helper.c:351:14: error: variable 'tmp' set but > not used [-Werror=unused-but-set-variable] > /src/qemu/target