Re: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-27 Thread Mathieu Malaterre
Aleksandar, On Tue, Dec 26, 2017 at 4:12 PM, Aleksandar Markovic wrote: >> Fix non-fatal warning: >> >> arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: >> arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not >> used

Re: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-27 Thread Mathieu Malaterre
Aleksandar, On Tue, Dec 26, 2017 at 4:12 PM, Aleksandar Markovic wrote: >> Fix non-fatal warning: >> >> arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: >> arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not >> used [-Wunused-but-set-variable] >> unsigned int

RE: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Aleksandar Markovic
> Fix non-fatal warning: > > arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: > arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not > used [-Wunused-but-set-variable] > unsigned int ym; int ye; int ys; int yc >^ >

RE: [PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Aleksandar Markovic
> Fix non-fatal warning: > > arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: > arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not > used [-Wunused-but-set-variable] > unsigned int ym; int ye; int ys; int yc >^ >

[PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Mathieu Malaterre
Fix non-fatal warning: arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not used [-Wunused-but-set-variable] unsigned int ym; int ye; int ys; int yc ^ arch/mips/math-emu/sp_fdp.c:37:2:

[PATCH 2/2] MIPS: math-emu: Declare ys variable as possibly unused

2017-12-26 Thread Mathieu Malaterre
Fix non-fatal warning: arch/mips/math-emu/sp_fdp.c: In function ‘ieee754sp_fdp’: arch/mips/math-emu/ieee754int.h:60:31: warning: variable ‘ys’ set but not used [-Wunused-but-set-variable] unsigned int ym; int ye; int ys; int yc ^ arch/mips/math-emu/sp_fdp.c:37:2: