mirror of
https://github.com/microsoft/DirectXTex
synced 2024-11-08 05:50:05 +00:00
ifdef Visual Studio pragmas. (#469)
This commit is contained in:
parent
fa22a4ec53
commit
237525e71c
@ -25,7 +25,9 @@
|
||||
|
||||
#include <DirectXMath.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(disable : 4619 4616 26812)
|
||||
#endif
|
||||
|
||||
#include "DirectXTex.h"
|
||||
|
||||
@ -103,7 +105,9 @@ LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
|
||||
void Render();
|
||||
|
||||
//--------------------------------------------------------------------------------------
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning( suppress : 6262 )
|
||||
#endif
|
||||
int WINAPI wWinMain(
|
||||
_In_ HINSTANCE hInstance,
|
||||
_In_opt_ HINSTANCE /*hPrevInstance*/,
|
||||
|
Loading…
Reference in New Issue
Block a user