Suppress warnings.

This commit is contained in:
Atgeirr Flø Rasmussen
2015-08-10 16:07:45 +02:00
parent 9c8460d471
commit 5216550cdf
7 changed files with 14 additions and 10 deletions

View File

@@ -28,11 +28,6 @@
#define BOOST_TEST_MODULE OPM-ParallelIstlInformation
#include <boost/test/unit_test.hpp>
#if HAVE_MPI
#include <mpi.h>
#else
#error "This file needs to compiled with MPI support!"
#endif
#include "DuneIstlTestHelpers.hpp"
#include <opm/core/linalg/ParallelIstlInformation.hpp>
#include <functional>