From fb6e075c61da49e84d449406cb338e21453f9eb3 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Fri, 16 May 2014 19:20:00 +0200
Subject: [PATCH] [Build]   Disable deprecation warnings

---
 src/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 91d1688e..6864003b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,8 @@ AM_CXXFLAGS = \
 	-Wno-overloaded-virtual \
 	-Wno-new-returns-null \
 	-Wno-unknown-warning-option \
-	-Wno-unknown-pragmas
+	-Wno-unknown-pragmas \
+	-Wno-deprecated
 
 AM_CPPFLAGS = \
 	-DDUNE_FMatrix_WITH_CHECKING \
-- 
GitLab