Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
bf0701da
Commit
bf0701da
authored
Nov 03, 2021
by
Abseil Team
Committed by
CJ Johnson
Nov 03, 2021
Browse files
Googletest export
Address unused variable warning in gtest.h Closes #3645 PiperOrigin-RevId: 407393922
parent
51536300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/include/gtest/gtest.h
googletest/include/gtest/gtest.h
+1
-1
No files found.
googletest/include/gtest/gtest.h
View file @
bf0701da
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment