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
f5871009
Commit
f5871009
authored
Apr 09, 2018
by
Gennadiy Civil
Browse files
yet more
parent
05b5a538
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump
...lude/gmock/internal/custom/gmock-generated-actions.h.pump
+1
-1
googletest/include/gtest/gtest.h
googletest/include/gtest/gtest.h
+3
-3
No files found.
googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump
View file @
f5871009
$$
-*-
mode
:
c
++
;
-*-
$$
This
is
a
Pump
source
file
(
http
:
//go/pump).
Please use Pump to convert
$$
This
is
a
Pump
source
file
.
Please
use
Pump
to
convert
$$
it
to
callback
-
actions
.
h
.
$$
$
var
max_callback_arity
=
5
...
...
googletest/include/gtest/gtest.h
View file @
f5871009
...
...
@@ -83,12 +83,12 @@
namespace
testing
{
// Silence C4100 (unreferenced formal parameter) and 4805
// unsafe mix of
bool and type int for MSVC 14 and 15
// unsafe mix of
type 'const int' and type 'const bool'
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4805)
# if _MSC_VER <= 1900
# pragma warning(push)
# pragma warning(disable:4100)
# pragma warning(disable:4805)
# 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