Make debug build nearly warning free in MSVC 2015
This commit is contained in:
parent
a71fbccfbc
commit
3232e46c36
23 changed files with 828 additions and 833 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue