mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-25 16:37:42 +01:00
Disable warning for VS.
This commit is contained in:
parent
4d2d5fff51
commit
8541a85391
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
|
#pragma warning(disable : 4310)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CHECK_CTOR_FAIL(value, code) \
|
#define CHECK_CTOR_FAIL(value, code) \
|
||||||
{ \
|
{ \
|
||||||
stop_at_panic = false; \
|
stop_at_panic = false; \
|
||||||
|
Loading…
Reference in New Issue
Block a user