CMakeLists: Enable /W4 on MSVC

This commit is contained in:
MerryMage 2016-12-15 20:51:42 +00:00
parent 63caed7b09
commit 91e851a991
8 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,8 @@
#define CITRA_IGNORE_EXIT(x)
#pragma warning(disable : 4244)
#include <algorithm>
#include <cstdio>