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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user