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.
This commit is contained in:
parent
c22164805d
commit
bf40c56f1a
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user