Silence multiple warnings.

Also add more warnings to the disabling list of disable_warnings.h.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-05-28 14:05:09 +02:00
parent 7f266458b5
commit a5da86a9ec
3 changed files with 12 additions and 5 deletions

View File

@@ -28,11 +28,14 @@
#include <exception>
#if HAVE_MPI && HAVE_DUNE_ISTL
#include "mpi.h"
#include <mpi.h>
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <dune/istl/owneroverlapcopy.hh>
#include <dune/common/parallel/interface.hh>
#include <dune/common/parallel/communicator.hh>
#include <dune/common/enumset.hh>
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <algorithm>
#include <functional>