mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 04:07:10 +01:00 
			
		
		
		
	Suppress MSVC warning about meaningless function type qualifier in generic code
This commit is contained in:
		| @@ -18,6 +18,7 @@ | ||||
| #pragma warning(disable:4389) // '==' : 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:4180) // qualifier applied to function type has no meaning | ||||
| #endif | ||||
|  | ||||
| namespace Catch { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Phil Nash
					Phil Nash