Re: [Qemu-devel] [PATCH 3/3] tcg-sparc: Fix set-but-not used warnings.

2011-11-19 Thread Blue Swirl
Thanks, applied. On Wed, Nov 9, 2011 at 18:03, Richard Henderson wrote: > In both cases, val is computed, but then not used in the > subsequent line, which then re-computes the quantity in > a different type (int32_t vs unsigned long). > > Keep the computation type that's been working so far. > >

[Qemu-devel] [PATCH 3/3] tcg-sparc: Fix set-but-not used warnings.

2011-11-09 Thread Richard Henderson
In both cases, val is computed, but then not used in the subsequent line, which then re-computes the quantity in a different type (int32_t vs unsigned long). Keep the computation type that's been working so far. Signed-off-by: Richard Henderson --- tcg/sparc/tcg-target.c |4 1 files ch