mirror of
https://github.com/google/googletest.git
synced 2025-11-13 16:25:00 -05:00
Merge pull request #3504 from duianto:patch-1
PiperOrigin-RevId: 390486428
This commit is contained in:
@@ -279,7 +279,7 @@ class WithoutMatchers {
|
||||
GTEST_API_ WithoutMatchers GetWithoutMatchers();
|
||||
|
||||
// Disable MSVC warnings for infinite recursion, since in this case the
|
||||
// the recursion is unreachable.
|
||||
// recursion is unreachable.
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning(push)
|
||||
# pragma warning(disable:4717)
|
||||
|
||||
Reference in New Issue
Block a user