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

2010-10-08 Thread Blue Swirl
On Thu, Oct 7, 2010 at 8:08 PM, Alexander Graf wrote: > > Am 07.10.2010 um 20:59 schrieb Blue Swirl : > >> On Wed, Oct 6, 2010 at 9:39 PM, Alexander Graf wrote: >>> >>> On 06.10.2010, at 23:34, Blue Swirl wrote: >>> Compiling with GCC 4.6.0 20100925 produced warnings: /src/qemu/target-p

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

2010-10-07 Thread Alexander Graf
Am 07.10.2010 um 20:59 schrieb Blue Swirl : > On Wed, Oct 6, 2010 at 9:39 PM, Alexander Graf wrote: >> >> On 06.10.2010, at 23:34, 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

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

2010-10-07 Thread Blue Swirl
On Wed, Oct 6, 2010 at 9:39 PM, Alexander Graf wrote: > > On 06.10.2010, at 23:34, 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 >

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

2010-10-07 Thread Markus Armbruster
Alexander Graf writes: > On 06.10.2010, at 23:34, 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-s

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

2010-10-06 Thread Alexander Graf
On 06.10.2010, at 23:34, 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