Re: [Qemu-devel] [PATCH] softfloat: Fix warn about implicit conversion from int to int8_t

2016-08-15 Thread Peter Maydell
On 10 August 2016 at 20:00, Aurelien Jarno wrote: > On 2016-08-10 14:55, Pranith Kumar wrote: >> Change the flag type to 'uint8_t' to fix the implicit conversion error. >> >> Signed-off-by: Pranith Kumar > Reviewed-by: Aurelien Jarno Applied, thanks. -- PMM

Re: [Qemu-devel] [PATCH] softfloat: Fix warn about implicit conversion from int to int8_t

2016-08-10 Thread Aurelien Jarno
On 2016-08-10 14:55, Pranith Kumar wrote: > Change the flag type to 'uint8_t' to fix the implicit conversion error. > > Signed-off-by: Pranith Kumar > --- > fpu/softfloat-specialize.h | 2 +- > include/fpu/softfloat.h| 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --gi

[Qemu-devel] [PATCH] softfloat: Fix warn about implicit conversion from int to int8_t

2016-08-10 Thread Pranith Kumar
Change the flag type to 'uint8_t' to fix the implicit conversion error. Signed-off-by: Pranith Kumar --- fpu/softfloat-specialize.h | 2 +- include/fpu/softfloat.h| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fpu/softfloat-specialize.h b/fpu/softfloat-specialize.h