Commit bf0701da authored by Abseil Team's avatar Abseil Team Committed by CJ Johnson
Browse files

Googletest export

Address unused variable warning in gtest.h

Closes #3645

PiperOrigin-RevId: 407393922
parent 51536300
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment