about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2015-07-10 16:11:40 -0400
committerChris Metcalf <cmetcalf@ezchip.com>2015-07-10 16:11:40 -0400
commit75413d4928d6b3cf4602e9251855b3fc53730abd (patch)
tree5561306b6a5d07959f32331f9ae65436fd0c3e9d /ChangeLog
parent0c8f39cbf769ef35f54b57859e1e87b5291daf5e (diff)
downloadglibc-75413d4928d6b3cf4602e9251855b3fc53730abd.tar.gz
glibc-75413d4928d6b3cf4602e9251855b3fc53730abd.tar.xz
glibc-75413d4928d6b3cf4602e9251855b3fc53730abd.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c7fc2ca92..8188ee3a20 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-10  Chris Metcalf  <cmetcalf@ezchip.com>
+
+	* math/test-fenvinline.c (feenable_test) [FE_ALL_EXCEPT == 0]:
+	Comment out the whole function, not just its body.
+
 2015-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* stdlib/tst-tls-atexit.c (load): Remove unnecessary mutex