Fixed return type of _set_entity_ident()
[libfirm] / MakeRules.in
index 0e792e8..e01b2c5 100644 (file)
@@ -2,7 +2,7 @@
 # Project:     libFIRM
 # File name:   MakeRules.in
 # Purpose:
-# Author:      Till Riedel
+# Author:      nicht Till Riedel, das waren andere!
 # Modified by:
 # Created:
 # CVS-ID:      $Id$
@@ -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@