From 87c5b03bed1191f6f4cde58077bd063bd4eafdb6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 19 Apr 2017 16:11:35 +0200 Subject: [PATCH] Get rid of another pragma warning --- gfx/include/d3d9/d3dx9math.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/include/d3d9/d3dx9math.h b/gfx/include/d3d9/d3dx9math.h index 80983c2794..512070665e 100644 --- a/gfx/include/d3d9/d3dx9math.h +++ b/gfx/include/d3d9/d3dx9math.h @@ -1518,8 +1518,6 @@ HRESULT WINAPI D3DXSHProjectCubeMap #if _MSC_VER >= 1200 #pragma warning(pop) -#else -#pragma warning(default:4201) #endif #endif // __D3DX9MATH_H__