From 322e06f553e7f27257bbebec74067e421cc8a4fb Mon Sep 17 00:00:00 2001
From: Felix Albrecht <mail@felixalbrecht.de>
Date: Sat, 20 Jul 2013 23:22:21 +0200
Subject: [PATCH] disabled some more warnings

---
 dune/stuff/common/math.hh   | 2 ++
 dune/stuff/common/ranges.hh | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/dune/stuff/common/math.hh b/dune/stuff/common/math.hh
index a03e42650..53bc60707 100644
--- a/dune/stuff/common/math.hh
+++ b/dune/stuff/common/math.hh
@@ -27,7 +27,9 @@
 #include <boost/math/special_functions/fpclassify.hpp>
 
 #if HAVE_DUNE_FEM
+#include <dune/stuff/common/disable_warnings.hh>
 #include <dune/fem/function/blockvectorfunction/blockvectorfunction.hh>
+#include <dune/stuff/common/reenable_warnings.hh>
 
 #include <dune/stuff/fem/namespace.hh>
 
diff --git a/dune/stuff/common/ranges.hh b/dune/stuff/common/ranges.hh
index 4afb25a9d..e25227822 100644
--- a/dune/stuff/common/ranges.hh
+++ b/dune/stuff/common/ranges.hh
@@ -8,7 +8,9 @@
 #endif // ifdef HAVE_CMAKE_CONFIG
 
 #if HAVE_DUNE_GRID
+#include <dune/stuff/common/disable_warnings.hh>
 #include <dune/grid/common/gridview.hh>
+#include <dune/stuff/common/reenable_warnings.hh>
 #include <boost/serialization/static_warning.hpp>
 #endif
 
-- 
GitLab