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
+2 -1
View File
@@ -1,7 +1,8 @@
// NOTE: Apologies for the quality of this code, this is really from pre-opensource Dolphin - that is, 2003.
#pragma warning(disable:4091) // workaround bug in VS2015 headers
#include "stdafx.h"
#include "shlobj.h"
#include "base/functional.h"
#include "thread/thread.h"