diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index db4c6203..cdde1aa4 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -1124,7 +1124,7 @@ class TestEventListener { virtual void OnTestStart(const TestInfo& test_info) = 0; // Fired when a test is disabled - virtual void OnTestDisabled(const TestInfo& test_info) {} + virtual void OnTestDisabled(const TestInfo& /*test_info*/) {} // Fired after a failed assertion or a SUCCEED() invocation. // If you want to throw an exception from this function to skip to the next