mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Suppress warnings.
This commit is contained in:
parent
94ea28a2a0
commit
1375968541
@ -27,8 +27,11 @@
|
|||||||
#define NVERBOSE // Suppress own messages when throw()ing
|
#define NVERBOSE // Suppress own messages when throw()ing
|
||||||
|
|
||||||
#define BOOST_TEST_MODULE UnitsTest
|
#define BOOST_TEST_MODULE UnitsTest
|
||||||
|
|
||||||
|
#include <opm/core/utility/platform_dependent/disable_warnings.h>
|
||||||
#include <boost/test/unit_test.hpp>
|
#include <boost/test/unit_test.hpp>
|
||||||
#include <boost/test/floating_point_comparison.hpp>
|
#include <boost/test/floating_point_comparison.hpp>
|
||||||
|
#include <opm/core/utility/platform_dependent/reenable_warnings.h>
|
||||||
|
|
||||||
/* --- our own headers --- */
|
/* --- our own headers --- */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user