From bb1e21d7641c8c85d224bb0acf7424ebec4dd172 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 5 Mar 2014 09:12:35 +0100 Subject: [PATCH] add option to quell dune(-istl) warnings --- opm/core/linalg/LinearSolverIstl.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opm/core/linalg/LinearSolverIstl.cpp b/opm/core/linalg/LinearSolverIstl.cpp index 77aaf4ca7..9e0f2e0c4 100644 --- a/opm/core/linalg/LinearSolverIstl.cpp +++ b/opm/core/linalg/LinearSolverIstl.cpp @@ -28,6 +28,8 @@ // the deprecated member anyway (in this compilation unit) #define DUNE_COMMON_FIELDVECTOR_SIZE_IS_METHOD 1 +#include "dune_disable_pragmas.h" + // TODO: clean up includes. #include #include @@ -39,6 +41,8 @@ #include #include +#include "dune_reenable_pragmas.h" + #include #include