mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-15 22:40:14 +02:00
Suppress some warnings in public header
This commit is contained in:
parent
c740c2f8e3
commit
53b8522394
@ -784,8 +784,13 @@ namespace DirectX
|
||||
#pragma clang diagnostic ignored "-Wswitch-enum"
|
||||
#endif
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4619 4616 4061)
|
||||
|
||||
#include "DirectXTex.inl"
|
||||
|
||||
#pragma warning(pop)
|
||||
|
||||
#ifdef __clang__
|
||||
#pragma clang diagnostic pop
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user