]> sourceware.org Git - glibc.git/commitdiff
Mon Sep 18 15:06:00 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 18 Sep 1995 19:06:33 +0000 (19:06 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 18 Sep 1995 19:06:33 +0000 (19:06 +0000)
* Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems
to be useless.

ChangeLog
Makeconfig

index 9d9b9e480127dbc07b84a8c781f6628b1e5782e9..8d5b4c7da0c875e460efe64eee8b9a8f6ab680cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 18 15:06:00 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
+
+       * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems
+       to be useless.
+
 Mon Sep 18 12:39:22 1995  Paul Eggert  <eggert@twinsun.com>
 
        * mktime.c (localtime_r): Add substitute if the system doesn't
index 23db67ff3340c8f78e62b95c00ba6e6cf891c36e..07496423c6902866a53177736da2e39500862ebe 100644 (file)
@@ -301,7 +301,7 @@ RANLIB = ranlib
 endif
 
 # Extra flags to pass to GCC.
-+gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline -Wbad-function-cast
++gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline
 
 # This is the program that generates makefile
 # dependencies from C source files.
This page took 0.068575 seconds and 5 git commands to generate.