Vincent Chen 83312f1b7a math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warning
_FP_ROUND_ZERO is defined as 0 and used as a statemente in macro
_FP_ROUND. This generates "error: statement with no effect
[-Werror=unused-value]" from gcc. Defining _FP_ROUND_ZERO as (void)0 to
fix it.

This modification is quoted from glibc 'commit <In libc/:>
(8ed1e7d5894000c155acbd06f)'

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
2018-11-22 18:13:42 +08:00
..
2018-10-25 06:50:48 -07:00
2018-11-04 08:20:09 -08:00
2018-10-31 10:53:29 -07:00
2018-10-31 12:37:12 -07:00
2018-10-26 07:38:19 -07:00
2018-10-29 15:16:01 -07:00
2018-10-22 23:26:37 +02:00
2018-10-08 12:57:34 +02:00