Update of /cvsroot/monetdb/pathfinder/compiler/parser
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16707/compiler/parser
Modified Files:
Tag: GDK-2
Makefile.ag
Log Message:
propagated changes of Tuesday Aug 21 2007 - Friday Aug 24 2007
from the development trunk to the GDK-2 branch
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/parser/Makefile.ag,v
retrieving revision 1.14
retrieving revision 1.14.6.1
diff -u -d -r1.14 -r1.14.6.1
--- Makefile.ag 3 Jan 2007 12:32:58 -0000 1.14
+++ Makefile.ag 24 Aug 2007 11:45:51 -0000 1.14.6.1
@@ -29,9 +29,13 @@
YFLAGS = -d -p pf
LFLAGS = -Ppf -olex.yy.c
-## disable -Werror,
-## since flex/bison produce code that does not pass "-Wall -Werror"
-X_CFLAGS =
+# Some versions of flex & bison seem to generate code
+# that does not compile with `gcc -Wundef`;
+# we use GCC_BISON_CFLAGS to disable the respective warning as
+# locally as possible via "-Wno-undef"
+# (see also MonetDB4/src/monet/Makefile.ag, sql/src/server/Makefile.ag,
+# buildtools/conf/monet.m4, amdb/src/lang/Makefile.ag).
+CFLAGS = $(GCC_BISON_CFLAGS)
INCLUDES = ../include $(MONETDB_INCS) $(LIBXML2_CFLAGS)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins