Skip to content
Snippets Groups Projects
Commit 729504cc authored by Markus Blatt's avatar Markus Blatt
Browse files

Remove unused variable warning for communicationtest without MPI.

parent c389ba85
Branches
Tags
1 merge request!985Get rid of shadowed/unused variable/typedef gcc-8 warnings.
Pipeline #38190 passed
Pipeline: Dune Nightly Test

#38191

    ......@@ -29,7 +29,7 @@ int main(int argc, char** argv)
    nc1 = Dune::FakeMPIHelper::getCommunication();
    Dune::MPIHelper::MPICommunicator comm = Dune::MPIHelper::getCommunication();
    [[maybe_unused]] Dune::MPIHelper::MPICommunicator comm = Dune::MPIHelper::getCommunication();
    #if HAVE_MPI
    if (MPI_COMM_SELF != Dune::MPIHelper::getLocalCommunicator())
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment