mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-11 20:50:13 +02:00
Fix warnings with 15.8 preview
This commit is contained in:
parent
7d838aa46a
commit
adbeb05459
@ -42,6 +42,10 @@
|
|||||||
// C4986 exception specification does not match previous declaration
|
// C4986 exception specification does not match previous declaration
|
||||||
// C5029 nonstandard extension used
|
// 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
|
#ifdef __INTEL_COMPILER
|
||||||
#pragma warning(disable : 161)
|
#pragma warning(disable : 161)
|
||||||
// warning #161: unrecognized #pragma
|
// warning #161: unrecognized #pragma
|
||||||
|
Loading…
x
Reference in New Issue
Block a user