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
7515e399
Commit
7515e399
authored
Dec 17, 2018
by
misterg
Committed by
Gennadiy Civil
Dec 17, 2018
Browse files
Googletest export
Suppress C4503 for MCVS PiperOrigin-RevId: 225871050
parent
85c4172e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
googlemock/test/gmock-generated-actions_test.cc
googlemock/test/gmock-generated-actions_test.cc
+2
-0
No files found.
googlemock/test/gmock-generated-actions_test.cc
View file @
7515e399
...
@@ -428,9 +428,11 @@ TEST(DoAllTest, TenActions) {
...
@@ -428,9 +428,11 @@ TEST(DoAllTest, TenActions) {
// the macro definition, as the warnings are generated when the macro
// the macro definition, as the warnings are generated when the macro
// is expanded and macro expansion cannot contain #pragma. Therefore
// is expanded and macro expansion cannot contain #pragma. Therefore
// we suppress them here.
// we suppress them here.
// Also suppress C4503 decorated name length exceeded, name was truncated
#ifdef _MSC_VER
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(push)
# pragma warning(disable:4100)
# pragma warning(disable:4100)
# pragma warning(disable:4503)
#endif
#endif
// Tests the ACTION*() macro family.
// Tests the ACTION*() macro family.
...
...
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