Re: [Qemu-devel] [PATCH 01/14] arm host: Fix compiler warning

2010-02-06 Thread Aurelien Jarno
On Wed, Jan 20, 2010 at 07:43:25PM +0100, Stefan Weil wrote: Compilation for arm (native or cross) results in this warning: fpu/softfloat-native.c: In function ‘float64_round_to_int’: fpu/softfloat-native.c:387: error: control reaches end of non-void function float64_round_to_int uses

Re: [Qemu-devel] [PATCH 01/14] arm host: Fix compiler warning

2010-01-22 Thread Laurent Desnogues
On Wed, Jan 20, 2010 at 6:43 PM, Stefan Weil w...@mail.berlios.de wrote: Compilation for arm (native or cross) results in this warning: fpu/softfloat-native.c: In function ‘float64_round_to_int’: fpu/softfloat-native.c:387: error: control reaches end of non-void function

[Qemu-devel] [PATCH 01/14] arm host: Fix compiler warning

2010-01-20 Thread Stefan Weil
Compilation for arm (native or cross) results in this warning: fpu/softfloat-native.c: In function ‘float64_round_to_int’: fpu/softfloat-native.c:387: error: control reaches end of non-void function float64_round_to_int uses special assembler code for arm and has no explicit return value. As