about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2014-09-08 13:49:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2014-09-10 08:13:06 +0200
commite6fb95871cd3557e5882a6f969c11bc6a3cbe781 (patch)
treee5aed138cf0ff10eeea2feb824f9fc3af7e2d5b2 /ChangeLog
parent9d3a350b4951351b3d821e8138293470de12abb2 (diff)
downloadglibc-e6fb95871cd3557e5882a6f969c11bc6a3cbe781.tar.gz
glibc-e6fb95871cd3557e5882a6f969c11bc6a3cbe781.tar.xz
glibc-e6fb95871cd3557e5882a6f969c11bc6a3cbe781.zip
Turn on -Werror=implicit-function-declaration
GCC 4.4, the minimum compiler version, supports this option.  Unlike
other warnings, -Wimplicit-function-declaration warnings should be
independent of compiler versions, so this change should not cause
compiler-specific build failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63efb00b77..cb8aeb7730 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-09-10  Florian Weimer  <fweimer@redhat.com>
+
+	* Makeconfig (gccwarn-c): Turn implicit-function-declaration
+	warnings into errors.
+
+	* stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
+	__cxa_thread_atexit_impl prototype.
+
 2014-09-09  Steve Ellcey  <sellcey@mips.com>
 
 	* sysdeps/mips/preconfigure: Put code inside mips* case statement.