Description: Fix build with gcc 4.8
Author: Simon Richter <sjr@debian.org>
Last-Update: 2013-08-09

--- foundry-0.0.20130809.orig/lang/Makefile
+++ foundry-0.0.20130809/lang/Makefile
@@ -192,8 +192,8 @@ stage1/%.o: stage1/%.cpp
 %_parse.cpp: %.yy
 	$(YACC) -o $@ $<
 
-stage1/%_lex.o: CXXFLAGS+=-Wno-unused
-stage2/%_lex.o: CXXFLAGS+=-Wno-unused
+stage1/%_lex.o: CXXFLAGS+=-Wno-unused-parameter
+stage2/%_lex.o: CXXFLAGS+=-Wno-unused-parameter
 
 stage1/.%.d:
 	@mkdir -p $(@D)
