mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-11 15:16:14 +01:00
Fixed -Wunused-macros warning
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user