Description: Fix build with gcc 4.8
Author: Simon Richter <sjr@debian.org>
Bug-Debian: http://bugs.debian.org/701279
Last-Update: 2013-06-14

--- foundry-0.0.20100226.orig/tree/Makefile
+++ foundry-0.0.20100226/tree/Makefile
@@ -87,8 +87,8 @@ stage2/tree_bison_tree.o: stage2/tree_bi
 stage2/tree_cst_tree.o: stage2/tree_cst_tree.cpp
 	$(CXX) $(CXXFLAGS) -Istage2 -I. -o $@ -MD -MF stage2/.$*.d -c $<
 
-stage1/tree_bison_lex.o stage2/tree_bison_lex.o: CXXFLAGS+=-Wno-unused
-stage1/tree_cst_lex.o stage2/tree_cst_lex.o: CXXFLAGS+=-Wno-unused
+stage1/tree_bison_lex.o stage2/tree_bison_lex.o: CXXFLAGS+=-Wno-unused-parameter
+stage1/tree_cst_lex.o stage2/tree_cst_lex.o: CXXFLAGS+=-Wno-unused-parameter
 
 stage1/.%.d:
 	@mkdir -p $(@D)
