mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Fix stupid (C4800) warning
This commit is contained in:
parent
1c99b0ff81
commit
17e09be3b9
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user