math/test-fenvinline: avoid compiler warning
commit75413d4928d6b3cf4602e9251855b3fc53730abd
authorChris Metcalf <cmetcalf@ezchip.com>
Fri, 10 Jul 2015 20:11:40 +0000 (10 16:11 -0400)
committerChris Metcalf <cmetcalf@ezchip.com>
Fri, 10 Jul 2015 20:11:40 +0000 (10 16:11 -0400)
tree5561306b6a5d07959f32331f9ae65436fd0c3e9d
parent0c8f39cbf769ef35f54b57859e1e87b5291daf5e
math/test-fenvinline: avoid compiler warning

On tile (and any other machine with no FP exceptions) the
feenable_test() function will generate a "function defined but
not used" warning because all of the callers are commented out.
We already were ifdef'ing out the body of the function, so instead
just ifdef out the entire function if FE_ALL_EXCEPT == 0.
ChangeLog
math/test-fenvinline.c