Suppress warnings from boost.

Done by using the disable_warnings.h and reenable_warnings.h headers.
In some cases also a little reordering of includes, to put all boost
includes in the warning-suppressed part.
This commit is contained in:
Atgeirr Flø Rasmussen
2015-08-10 13:06:50 +02:00
parent 21dda31ce6
commit 3845e1c239
29 changed files with 104 additions and 17 deletions

View File

@@ -31,7 +31,10 @@
#define NVERBOSE // to suppress our messages when throwing
#define BOOST_TEST_MODULE NNCTests
#include <opm/core/utility/platform_dependent/disable_warnings.h>
#include <boost/test/unit_test.hpp>
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
using namespace Opm;