about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--math/Makefile3
2 files changed, 2 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 93d556311e..73f16c4528 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.
 
diff --git a/math/Makefile b/math/Makefile
index d3b483d8a9..c98c3c4d94 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -249,9 +249,6 @@ ifneq ($(long-double-fcts),yes)
 math-CPPFLAGS += -DNO_LONG_DOUBLE -D_Mlong_double_=double
 endif
 
-# The fdlibm code generates a lot of these warnings but is otherwise clean.
-override CFLAGS += -Wno-uninitialized
-
 # The -lieee library is actually an object file.
 # The module just defines the _LIB_VERSION_ variable.
 # It's not a library to make sure it is linked in instead of s_lib_version.o.