Skip to content
Snippets Groups Projects
Commit f5f7bb37 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Pass -Wno-unused-parameter

parent b0892f38
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ test_gradient_method_SOURCES = \ ...@@ -13,7 +13,7 @@ test_gradient_method_SOURCES = \
check-am: check-am:
./test-gradient-method ./test-gradient-method
AM_CXXFLAGS = -Wall -Wextra AM_CXXFLAGS = -Wall -Wextra -Wno-unused-parameter
AM_CPPFLAGS = \ AM_CPPFLAGS = \
$(DUNE_CPPFLAGS) \ $(DUNE_CPPFLAGS) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment