Merge pull request #585 from orgads/warning-fix
Fix unused static variable warning on Windows
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user