From: Christian Würdig Date: Thu, 20 Apr 2006 16:07:14 +0000 (+0000) Subject: removed pedantic-errors switch :) X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=97330b0b6bcf612a012de75607dee72bd2897617;p=libfirm removed pedantic-errors switch :) [r7647] --- 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@