diff options
author | Gennadiy Civil <misterg@google.com> | 2018-04-09 15:50:19 -0400 |
---|---|---|
committer | Gennadiy Civil <misterg@google.com> | 2018-04-09 15:50:19 -0400 |
commit | 05b5a53898c2466e49f37e84324644949d279b34 (patch) | |
tree | c16ffae0ea09c666885b228c2cc45acb5ecab1cb /googlemock/test | |
parent | 2de24fbf7a26e679e8dc7d185addd3dc820f347c (diff) | |
download | googletest-05b5a53898c2466e49f37e84324644949d279b34.tar.gz googletest-05b5a53898c2466e49f37e84324644949d279b34.tar.bz2 googletest-05b5a53898c2466e49f37e84324644949d279b34.zip |
formatting
Diffstat (limited to 'googlemock/test')
-rw-r--r-- | googlemock/test/gmock-actions_test.cc | 3 | ||||
-rw-r--r-- | googlemock/test/gmock_output_test_.cc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc index cd517a7d..5dd48460 100644 --- a/googlemock/test/gmock-actions_test.cc +++ b/googlemock/test/gmock-actions_test.cc @@ -33,6 +33,8 @@ // // This file tests the built-in actions. +// Silence C4800 (C4800: 'int *const ': forcing value +// to bool 'true' or 'false') for MSVC 14,15 #ifdef _MSC_VER #if _MSC_VER <= 1900 # pragma warning(push) @@ -1569,3 +1571,4 @@ TEST(MoveOnlyArgumentsTest, ReturningActions) { # pragma warning(pop) #endif #endif + diff --git a/googlemock/test/gmock_output_test_.cc b/googlemock/test/gmock_output_test_.cc index 56a00b21..a01b95e5 100644 --- a/googlemock/test/gmock_output_test_.cc +++ b/googlemock/test/gmock_output_test_.cc @@ -39,7 +39,6 @@ #include "gtest/gtest.h" - // Silence C4100 (unreferenced formal parameter) for MSVC 14 and 15 #ifdef _MSC_VER # if _MSC_VER <= 1900 @@ -48,7 +47,6 @@ # endif #endif - using testing::_; using testing::AnyNumber; using testing::Ge; |