Some Android warning fixes

This commit is contained in:
Henrik Rydgard 2015-09-21 20:16:03 +02:00
parent f225a64408
commit 351baa101c
3 changed files with 4 additions and 2 deletions

View file

@ -15,7 +15,9 @@
// Official SVN repository and contact information can be found at
// http://code.google.com/p/dolphin-emu/
#if defined(_MSC_VER)
#pragma warning(disable:4091) // workaround bug in VS2015 headers
#endif
#include "FileUtil.h"
#include "StringUtils.h"