Skip to content
Snippets Groups Projects
Commit 9ab640ce authored by misterg's avatar misterg Committed by Gennadiy Civil
Browse files

Googletest export

Suppress C4503 for MCVS , again

PiperOrigin-RevId: 225895719
parent 7515e399
No related branches found
No related tags found
No related merge requests found
...@@ -434,7 +434,6 @@ TEST(DoAllTest, TenActions) { ...@@ -434,7 +434,6 @@ TEST(DoAllTest, TenActions) {
# pragma warning(disable:4100) # pragma warning(disable:4100)
# pragma warning(disable:4503) # pragma warning(disable:4503)
#endif #endif
// Tests the ACTION*() macro family. // Tests the ACTION*() macro family.
// Tests that ACTION() can define an action that doesn't reference the // Tests that ACTION() can define an action that doesn't reference the
...@@ -1060,9 +1059,6 @@ TEST(ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters) { ...@@ -1060,9 +1059,6 @@ TEST(ActionTemplateTest, CanBeOverloadedOnNumberOfValueParameters) {
EXPECT_EQ(12345, a4.Perform(std::make_tuple())); EXPECT_EQ(12345, a4.Perform(std::make_tuple()));
} }
#ifdef _MSC_VER
# pragma warning(pop)
#endif
} // namespace gmock_generated_actions_test } // namespace gmock_generated_actions_test
} // namespace testing } // namespace testing
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment