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