Skip to content

Commit

Permalink
#728: Fix ubiquitous warning about silly const return from Intel 19
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Dec 8, 2020
1 parent b8c7fa8 commit 325495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/test_parallel_harness.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ struct MPISingletonMultiTest {
}

public:
const MPI_Comm getComm() { return comm_; }
MPI_Comm getComm() { return comm_; }

private:
MPI_Comm comm_;
Expand Down

0 comments on commit 325495d

Please sign in to comment.