mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	Fix stupid (C4800) warning
This commit is contained in:
		@@ -20,6 +20,7 @@
 | 
				
			|||||||
#pragma warning(disable:4018) // more "signed/unsigned mismatch"
 | 
					#pragma warning(disable:4018) // more "signed/unsigned mismatch"
 | 
				
			||||||
#pragma warning(disable:4312) // Converting int to T* using reinterpret_cast (issue on x64 platform)
 | 
					#pragma warning(disable:4312) // Converting int to T* using reinterpret_cast (issue on x64 platform)
 | 
				
			||||||
#pragma warning(disable:4180) // qualifier applied to function type has no meaning
 | 
					#pragma warning(disable:4180) // qualifier applied to function type has no meaning
 | 
				
			||||||
 | 
					#pragma warning(disable:4800) // Forcing result to true or false
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Catch {
 | 
					namespace Catch {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user