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
e4ab316c
Commit
e4ab316c
authored
Apr 16, 2018
by
Gennadiy Civil
Browse files
more msvc
parent
1944bc0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
googlemock/test/gmock-generated-matchers_test.cc
googlemock/test/gmock-generated-matchers_test.cc
+2
-1
No files found.
googlemock/test/gmock-generated-matchers_test.cc
View file @
e4ab316c
...
@@ -32,10 +32,11 @@
...
@@ -32,10 +32,11 @@
// This file tests the built-in matchers generated by a script.
// This file tests the built-in matchers generated by a script.
// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
// possible loss of data
// possible loss of data
C4100: : unreferenced formal parameter
#ifdef _MSC_VER
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(push)
# pragma warning(disable:4244)
# pragma warning(disable:4244)
# pragma warning(disable:4100)
#endif
#endif
#include "gmock/gmock-generated-matchers.h"
#include "gmock/gmock-generated-matchers.h"
...
...
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