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