From f7102255b9a000e34b4ccda8752ff2b92bc48d5c Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Mon, 17 Feb 2003 13:31:26 +0000 Subject: [PATCH] Added -Wstrict-prototypes to CFLAGS [r784] --- MakeRules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeRules.in b/MakeRules.in index 960b2b97a..e5e7eb444 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -10,7 +10,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -Wall @CFLAGS@ +CFLAGS := -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@ -- 2.20.1