From 97330b0b6bcf612a012de75607dee72bd2897617 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20W=C3=BCrdig?= Date: Thu, 20 Apr 2006 16:07:14 +0000 Subject: [PATCH] removed pedantic-errors switch :) [r7647] --- MakeRules.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MakeRules.in b/MakeRules.in index b49c92d1b..e01b2c53a 100644 --- a/MakeRules.in +++ b/MakeRules.in @@ -15,7 +15,7 @@ VPATH = $(srcdir) LIBFIRM_VERSION = @PACKAGE_VERSION@ CC = @CC@ -CFLAGS := -std=c99 -pedantic-errors -Wall -Wstrict-prototypes @CFLAGS@ +CFLAGS := -std=c99 -Wall -Wstrict-prototypes @CFLAGS@ CPPFLAGS := -I. -I$(topdir) -I$(srcdir) -I$(top_srcdir) @CPPFLAGS@ prefix?=@prefix@ exec_prefix?=@exec_prefix@ -- 2.20.1