From 4e1bac76a81d99ff4658fb86edb04356d357017d Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Jul 1995 14:04:19 +0000 Subject: * stdio/vfscanf.c (conv_error): Simplify expression to avoid "value computed is not used" warning. * Makeconfig (+gccwarn): Removed -Wconversion. * csu/initfini.c (GLOBAL): Macro removed. (_init, _fini): Always define globally. * csu/Makefile (crtstuff, initfini): Don't make crt[in]_s.o. --- Makeconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 90049e60b5..0ebe04392b 100644 --- a/Makeconfig +++ b/Makeconfig @@ -294,8 +294,7 @@ RANLIB = ranlib endif # Extra flags to pass to GCC. -+gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline \ - -Wbad-function-cast -Wconversion ++gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline -Wbad-function-cast # This is the program that generates makefile # dependencies from C source files. -- cgit v1.2.3