1
0
mirror of https://github.com/microsoft/DirectXTex synced 2024-09-16 13:49:55 +00:00

ifdef Visual Studio pragmas. (#469)

This commit is contained in:
J. Peter Mugaas 2024-04-09 10:15:56 -04:00 committed by GitHub
parent fa22a4ec53
commit 237525e71c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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*/,