typo
This commit is contained in:
		@@ -32,7 +32,7 @@
 | 
				
			|||||||
// This file tests the built-in matchers generated by a script.
 | 
					// This file tests the built-in matchers generated by a script.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
 | 
					// Silence warning C4244: 'initializing': conversion from 'int' to 'short',
 | 
				
			||||||
// possible loss of data C4100: : unreferenced formal parameter
 | 
					// possible loss of data and C4100, unreferenced local parameter
 | 
				
			||||||
#ifdef _MSC_VER
 | 
					#ifdef _MSC_VER
 | 
				
			||||||
# pragma warning(push)
 | 
					# pragma warning(push)
 | 
				
			||||||
# pragma warning(disable:4244)
 | 
					# pragma warning(disable:4244)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user