Some Android warning fixes
This commit is contained in:
parent
f225a64408
commit
351baa101c
3 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue