summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-06-02 12:58:45 -0700
committerRoland McGrath <roland@hack.frob.com>2015-06-02 12:58:45 -0700
commit6cfae52edfb487ca3b78336a061acb6694338f72 (patch)
tree2dbd1b4bab4ee6ce892b9837e68ad81cff7f1b99 /ChangeLog
parent71bf272d9189c5ff54476b6b055bb400a2a76800 (diff)
Fix setenv.c diagnostic pragma to be compatible with GCC 4.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e78a97a1cc..33636ba1fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-02 Roland McGrath <roland@hack.frob.com>
+
+ * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use
+ "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma.
+
2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
* sysdeps/aarch64/libm-test-ulps: Update.