From 8e2aeae3c89dfa45652d5a017d338345071868fe Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 19 Jan 1996 18:36:12 +0000 Subject: [PATCH] (+gccwarn): Add -Wstrict-prototypes. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makeconfig b/Makeconfig index ce057c3a01..22e0007c17 100644 --- a/Makeconfig +++ b/Makeconfig @@ -349,7 +349,7 @@ RANLIB = ranlib endif # Extra flags to pass to GCC. -+gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline ++gccwarn := -Wall -Wwrite-strings -Wno-parentheses -Winline -Wstrict-prototypes # This is the program that generates makefile # dependencies from C source files. -- 2.11.0