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
de411c3e
Commit
de411c3e
authored
Sep 09, 2015
by
Billy Donahue
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #585 from orgads/warning-fix
Fix unused static variable warning on Windows
parents
b78f858d
904ad180
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gtest-death-test.cc
googletest/src/gtest-death-test.cc
+2
-0
No files found.
googletest/src/gtest-death-test.cc
View file @
de411c3e
...
@@ -121,7 +121,9 @@ namespace internal {
...
@@ -121,7 +121,9 @@ namespace internal {
// Valid only for fast death tests. Indicates the code is running in the
// Valid only for fast death tests. Indicates the code is running in the
// child process of a fast style death test.
// child process of a fast style death test.
# if !GTEST_OS_WINDOWS
static
bool
g_in_fast_death_test_child
=
false
;
static
bool
g_in_fast_death_test_child
=
false
;
# endif
// Returns a Boolean value indicating whether the caller is currently
// Returns a Boolean value indicating whether the caller is currently
// executing in the context of the death test child process. Tools such as
// executing in the context of the death test child process. Tools such as
...
...
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