From bf40c56f1a3f569780b99c8187aaa3f580de36d4 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Sep 1995 19:06:33 +0000 Subject: [PATCH] Mon Sep 18 15:06:00 1995 Roland McGrath * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems to be useless. --- ChangeLog | 5 +++++ Makeconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9d9b9e4801..8d5b4c7da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 18 15:06:00 1995 Roland McGrath + + * Makeconfig (+gccwarn): Remove -Wbad-function-cast, which seems + to be useless. + Mon Sep 18 12:39:22 1995 Paul Eggert * mktime.c (localtime_r): Add substitute if the system doesn't diff --git a/Makeconfig b/Makeconfig index 23db67ff33..07496423c6 100644 --- a/Makeconfig +++ b/Makeconfig @@ -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. -- 2.11.4.GIT