Mark 'comm' As Potentially Unused

The communicator is only needed in parallel builds.
This commit is contained in:
Bård Skaflestad
2021-10-10 20:38:45 +02:00
parent b6d043c545
commit 0f13f4095b

View File

@@ -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