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

@@ -8,7 +8,9 @@
#define NVERBOSE // to suppress our messages when throwing
#define BOOST_TEST_MODULE ShadowTest
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <boost/test/unit_test.hpp>
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/props/IncompPropertiesBasic.hpp>