commit | 8183db10db6377ac58ad048a4c827425a614695c | [log] [tgz] |
---|---|---|
author | Vincent Chen <vincentc@andestech.com> | Mon May 27 14:17:21 2019 +0800 |
committer | Greentime Hu <greentime@andestech.com> | Fri May 31 15:23:25 2019 +0800 |
tree | 254cbc061694aca21fcd6885ced86adb8015189e | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
math-emu: Use statement expressions to fix Wshift-count-overflow warning To avoid "shift count >= width of type" warning, using statement expressions to implement the conditional controlling before constant shift The modification in op-2.h is taken from the glibc commit 'sysdeps/unix/sysv/lin ("fe0b1e854ad32")'. Signed-off-by: Vincent Chen <vincentc@andestech.com> Acked-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com>