From: Michael Beck Date: Mon, 17 Feb 2003 13:31:26 +0000 (+0000) Subject: Added -Wstrict-prototypes to CFLAGS X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=f7102255b9a000e34b4ccda8752ff2b92bc48d5c;p=libfirm Added -Wstrict-prototypes to CFLAGS [r784] --- 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@