mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Prevent unused variable warning when compiling test_blackoil_amg
This commit is contained in:
parent
e5de96e5f4
commit
8456a84ec9
@ -321,6 +321,7 @@ bool init_unit_test_func()
|
||||
int main(int argc, char** argv)
|
||||
{
|
||||
const auto& helper = Dune::MPIHelper::instance(argc, argv);
|
||||
DUNE_UNUSED_PARAMETER(helper);
|
||||
boost::unit_test::unit_test_main(&init_unit_test_func,
|
||||
argc, argv);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user