removed pedantic-errors switch :)
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 20 Apr 2006 16:07:14 +0000 (16:07 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Thu, 20 Apr 2006 16:07:14 +0000 (16:07 +0000)
[r7647]

MakeRules.in

index b49c92d..e01b2c5 100644 (file)
@@ -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@