mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3593 from bska/suppress-unused-param
Mark 'comm' As Potentially Unused
This commit is contained in:
@@ -218,7 +218,7 @@ namespace {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<Opm::EclipseState>
|
std::shared_ptr<Opm::EclipseState>
|
||||||
createEclipseState(Opm::Parallel::Communication comm,
|
createEclipseState([[maybe_unused]] Opm::Parallel::Communication comm,
|
||||||
const Opm::Deck& deck)
|
const Opm::Deck& deck)
|
||||||
{
|
{
|
||||||
#if HAVE_MPI
|
#if HAVE_MPI
|
||||||
|
|||||||
Reference in New Issue
Block a user