Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
googletest
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
googletest
Commits
f5871009
Commit
f5871009
authored
Apr 09, 2018
by
Gennadiy Civil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yet more
parent
05b5a538
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gmock-generated-actions.h.pump
...lude/gmock/internal/custom/gmock-generated-actions.h.pump
+1
-1
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
++
;
-*-
$$
-*-
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
.
$$
it
to
callback
-
actions
.
h
.
$$
$$
$
var
max_callback_arity
=
5
$
var
max_callback_arity
=
5
...
...
googletest/include/gtest/gtest.h
View file @
f5871009
...
@@ -83,12 +83,12 @@
...
@@ -83,12 +83,12 @@
namespace
testing
{
namespace
testing
{
// Silence C4100 (unreferenced formal parameter) and 4805
// 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
#ifdef _MSC_VER
# pragma warning(push)
# pragma warning(disable:4805)
# if _MSC_VER <= 1900
# if _MSC_VER <= 1900
# pragma warning(push)
# pragma warning(disable:4100)
# pragma warning(disable:4100)
# pragma warning(disable:4805)
# endif
# endif
#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