Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
64d24b81
Commit
64d24b81
authored
Apr 09, 2018
by
Gennadiy Civil
Browse files
... and this
parent
c1d4c342
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
8 deletions
+4
-8
googlemock/test/gmock_output_test_.cc
googlemock/test/gmock_output_test_.cc
+4
-8
No files found.
googlemock/test/gmock_output_test_.cc
View file @
64d24b81
...
...
@@ -39,12 +39,10 @@
#include "gtest/gtest.h"
// Silence C4100 (unreferenced formal parameter)
for MSVC 14 and 15
// Silence C4100 (unreferenced formal parameter)
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(push)
# pragma warning(disable:4100)
# endif
# pragma warning(push)
# pragma warning(disable:4100)
#endif
using
testing
::
_
;
...
...
@@ -308,7 +306,5 @@ int main(int argc, char **argv) {
}
#ifdef _MSC_VER
# if _MSC_VER <= 1900
# pragma warning(pop)
# endif
# pragma warning(pop)
#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