From f5f7bb37bd69a270e098ba7623e46355e5309267 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Fri, 16 Sep 2011 21:29:07 +0200 Subject: [PATCH] Pass -Wno-unused-parameter --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c217f9a9..f7968c83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -13,7 +13,7 @@ test_gradient_method_SOURCES = \ check-am: ./test-gradient-method -AM_CXXFLAGS = -Wall -Wextra +AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter AM_CPPFLAGS = \ $(DUNE_CPPFLAGS) \ -- GitLab