aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2015-08-20 18:00:09 +0000
committerJoseph Myers <joseph@codesourcery.com>2015-08-20 18:00:09 +0000
commit772e741ba5afede4892078102a620e30aeac0c87 (patch)
tree5fa404fdb6f5af83ff3b4d8c5dbf064912e94f92 /ChangeLog
parent9173e3c0b4455a9cc675318554591247543fb640 (diff)
downloadglibc-772e741ba5afede4892078102a620e30aeac0c87.zip
glibc-772e741ba5afede4892078102a620e30aeac0c87.tar.gz
glibc-772e741ba5afede4892078102a620e30aeac0c87.tar.bz2
Don't use -Wno-uninitialized in math/.
The uninitialized variable warnings in math/ having been fixed for all the supported floating-point formats, this patch removes the use of -Wno-uninitialized there, continuing with the goal of avoiding -Wno- options in makefiles as far as possible.. Tested for x86_64 and x86 (full build and testsuite runs), and for powerpc and mips64 (verified that glibc builds without errors). * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93d5563..73f16c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2015-08-20 Joseph Myers <joseph@codesourcery.com>
+ * math/Makefile (CFLAGS): Don't add -Wno-uninitialized.
+
* sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Always initialize
variables for high and low parts before possibly modifying them.