Make debug build nearly warning free in MSVC 2015

This commit is contained in:
Henrik Rydgard 2015-09-17 22:02:15 +02:00
parent a71fbccfbc
commit 3232e46c36
23 changed files with 828 additions and 833 deletions

View file

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