mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-14 22:20:12 +02:00
Updated for VS 2017 (15.5)
This commit is contained in:
parent
09e19e15b6
commit
5baac8121d
@ -24,7 +24,7 @@
|
|||||||
// C4640 construction of local static object is not thread-safe
|
// C4640 construction of local static object is not thread-safe
|
||||||
|
|
||||||
// Off by default warnings
|
// Off by default warnings
|
||||||
#pragma warning(disable : 4061 4265 4365 4571 4623 4625 4626 4668 4710 4711 4746 4774 4820 4987 5026 5027 5031 5032)
|
#pragma warning(disable : 4061 4265 4365 4571 4623 4625 4626 4668 4710 4711 4746 4774 4820 4987 5026 5027 5031 5032 5039)
|
||||||
// C4061 enumerator 'X' in switch of enum 'X' is not explicitly handled by a case label
|
// C4061 enumerator 'X' in switch of enum 'X' is not explicitly handled by a case label
|
||||||
// C4265 class has virtual functions, but destructor is not virtual
|
// C4265 class has virtual functions, but destructor is not virtual
|
||||||
// C4365 signed/unsigned mismatch
|
// C4365 signed/unsigned mismatch
|
||||||
@ -42,6 +42,7 @@
|
|||||||
// C5026 move constructor was implicitly defined as deleted
|
// C5026 move constructor was implicitly defined as deleted
|
||||||
// C5027 move assignment operator was implicitly defined as deleted
|
// C5027 move assignment operator was implicitly defined as deleted
|
||||||
// C5031/5032 push/pop mismatches in windows headers
|
// C5031/5032 push/pop mismatches in windows headers
|
||||||
|
// C5039 pointer or reference to potentially throwing function passed to extern C function under - EHc
|
||||||
|
|
||||||
// Windows 8.1 SDK related Off by default warnings
|
// Windows 8.1 SDK related Off by default warnings
|
||||||
#pragma warning(disable : 4471 4917 4986 5029)
|
#pragma warning(disable : 4471 4917 4986 5029)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user