mirror of
https://github.com/microsoft/DirectXTex.git
synced 2025-07-09 19:50:13 +02:00
Fixed -Wunused-macros warning
This commit is contained in:
parent
1363046e2b
commit
d8852d3b00
@ -14,6 +14,7 @@
|
|||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostic ignored "-Wsign-conversion"
|
#pragma clang diagnostic ignored "-Wsign-conversion"
|
||||||
|
#pragma clang diagnostic ignored "-Wunused-macros"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define D3DX12_NO_STATE_OBJECT_HELPERS
|
#define D3DX12_NO_STATE_OBJECT_HELPERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user