From 6cfae52edfb487ca3b78336a061acb6694338f72 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 2 Jun 2015 12:58:45 -0700 Subject: Fix setenv.c diagnostic pragma to be compatible with GCC 4.6 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e78a97a1cc..33636ba1fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-06-02 Roland McGrath + + * stdlib/setenv.c [__GNUC__,__GNUC_MINOR__ < 4,7]: Use + "-Wuninitialized" rather than "-Wmaybe-uninitialized" in pragma. + 2015-06-02 Szabolcs Nagy * sysdeps/aarch64/libm-test-ulps: Update. -- cgit v1.2.3