Added comment explaining reason for supressing 4005 warning

This commit is contained in:
walbourn_cp 2014-01-21 12:50:14 -08:00
parent b4b63a3557
commit 8d3dbe1fc0
5 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@
#include <dxgiformat.h>
#endif
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <stdint.h>

View File

@ -17,6 +17,7 @@
#pragma once
#endif
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <stdint.h>

View File

@ -35,6 +35,7 @@
#include "directxtex.h"
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <wincodec.h>

View File

@ -29,6 +29,7 @@
#include <assert.h>
#if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY != WINAPI_FAMILY_PHONE_APP)
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <wincodec.h>

View File

@ -31,6 +31,7 @@
#include <dxgiformat.h>
#include <assert.h>
// VS 2010's stdint.h conflicts with intsafe.h
#pragma warning(push)
#pragma warning(disable : 4005)
#include <wincodec.h>