Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
7515e399
Commit
7515e399
authored
Dec 17, 2018
by
misterg
Committed by
Gennadiy Civil
Dec 17, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Googletest export
Suppress C4503 for MCVS PiperOrigin-RevId: 225871050
parent
85c4172e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
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