From 9efd7c8dd7dea8ff831b5cc1bcdba1968342d046 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 6 Sep 2011 14:12:15 +0200 Subject: [PATCH] Enable warnings --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 2cd56b5c..5e8f89a7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,6 +15,8 @@ check-am: ./bisection-simpler-example2 ./bisection-simpler-example2-gradient +AM_CXXFLAGS = -Wall -Wextra + AM_CPPFLAGS = \ $(DUNE_CPPFLAGS) \ $(ALUGRID_CPPFLAGS) -- GitLab