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
5fe8de5d
Commit
5fe8de5d
authored
Apr 06, 2018
by
Gennadiy Civil
Browse files
more warnings
parent
cb13dc75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
googlemock/test/gmock_output_test_.cc
googlemock/test/gmock_output_test_.cc
+12
-0
No files found.
googlemock/test/gmock_output_test_.cc
View file @
5fe8de5d
...
...
@@ -39,6 +39,14 @@
#include "gtest/gtest.h"
// Silence C4100 (unreferenced formal parameter) for MSVC
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4100)
#endif
using
testing
::
_
;
using
testing
::
AnyNumber
;
using
testing
::
Ge
;
...
...
@@ -298,3 +306,7 @@ int main(int argc, char **argv) {
TestCatchesLeakedMocksInAdHocTests
();
return
RUN_ALL_TESTS
();
}
#ifdef _MSC_VER
# 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