mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-24 11:28:39 +00:00
Wrap #pragma warning with #ifdef _MSC_VER .. #endif
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
|
||||
#define CITRA_IGNORE_EXIT(x)
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4244)
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
Reference in New Issue
Block a user