diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-18 19:06:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-18 19:06:33 +0000 |
commit | bf40c56f1a3f569780b99c8187aaa3f580de36d4 (patch) | |
tree | 4579cbe94633e473413f361cde35999e80074995 /Makeconfig | |
parent | c22164805d6fed3359e7f606c02974ae53d5e3de (diff) | |
download | glibc-bf40c56f1a3f569780b99c8187aaa3f580de36d4.tar.gz glibc-bf40c56f1a3f569780b99c8187aaa3f580de36d4.tar.xz glibc-bf40c56f1a3f569780b99c8187aaa3f580de36d4.zip |
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.
Diffstat (limited to 'Makeconfig')
-rw-r--r-- | Makeconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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. |