Use warning suppression headers.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-12-04 13:01:22 +01:00
parent eb3cff97da
commit e54f7ed2d7

View File

@ -20,8 +20,10 @@
#ifndef OPM_PARALLELRESTRICTEDADDITIVESCHWARZ_HEADER_INCLUDED
#define OPM_PARALLELRESTRICTEDADDITIVESCHWARZ_HEADER_INCLUDED
#include <opm/common/utility/platform_dependent/disable_warnings.h>
#include <dune/istl/preconditioner.hh>
#include <dune/istl/paamg/smoother.hh>
#include <opm/common/utility/platform_dependent/reenable_warnings.h>
namespace Opm
{