mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 00:04:51 +01:00
CMakeLists: Enable /W4 on MSVC
This commit is contained in:
parent
63caed7b09
commit
91e851a991
8 changed files with 15 additions and 2 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
#define CITRA_IGNORE_EXIT(x)
|
||||
|
||||
#pragma warning(disable : 4244)
|
||||
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue