From adbeb05459cce796a02c95d450fadf865eec33e1 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Wed, 27 Jun 2018 13:10:19 -0700 Subject: [PATCH] Fix warnings with 15.8 preview --- DirectXTex/DirectXTexP.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/DirectXTex/DirectXTexP.h b/DirectXTex/DirectXTexP.h index 407d7d1..19c6045 100644 --- a/DirectXTex/DirectXTexP.h +++ b/DirectXTex/DirectXTexP.h @@ -42,6 +42,10 @@ // C4986 exception specification does not match previous declaration // C5029 nonstandard extension used +// Xbox One XDK related Off by default warnings +#pragma warning(disable : 4643) +// C4643 Forward declaring in namespace std is not permitted by the C++ Standard + #ifdef __INTEL_COMPILER #pragma warning(disable : 161) // warning #161: unrecognized #pragma