We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63367c8 commit 13ef198Copy full SHA for 13ef198
2 files changed
tasks/all/runner.cpp
@@ -14,7 +14,7 @@ class UnreadMessagesDetector : public ::testing::EmptyTestEventListener {
14
public:
15
UnreadMessagesDetector() = default;
16
17
- void OnTestEnd(const ::testing::TestInfo& test_info) override {
+ void OnTestEnd(const ::testing::TestInfo& /*test_info*/) override {
18
int rank = -1;
19
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
20
tasks/mpi/runner.cpp
@@ -11,7 +11,7 @@ class UnreadMessagesDetector : public ::testing::EmptyTestEventListener {
11
12
13
0 commit comments