Skip to content

Commit 7e3a60f

Browse files
committed
Silence unused variable warning.
1 parent 69c863e commit 7e3a60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtest-mpi-listener.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class MPIEnvironment : public ::testing::Environment {
9999

100100
private:
101101
// Disallow copying
102-
MPIEnvironment(MPIEnvironment const& env) {}
102+
MPIEnvironment(MPIEnvironment const&) {}
103103

104104
}; // class MPIEnvironment
105105

0 commit comments

Comments
 (0)