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
055f3219
Commit
055f3219
authored
Apr 09, 2018
by
Gennadiy Civil
Browse files
tuning
parent
57d6e824
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
googlemock/test/gmock_output_test_.cc
googlemock/test/gmock_output_test_.cc
+7
-3
No files found.
googlemock/test/gmock_output_test_.cc
View file @
055f3219
...
...
@@ -42,8 +42,10 @@
// Silence C4100 (unreferenced formal parameter) for MSVC
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(push)
# pragma warning(disable:4100)
# endif
#endif
...
...
@@ -308,5 +310,7 @@ int main(int argc, char **argv) {
}
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(pop)
# endif
#endif
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