mirror of https://github.com/PCSX2/pcsx2.git
GS/Vulkan: Disable unused-function warning for vk_mem_alloc
This commit is contained in:
parent
5ee751326a
commit
e5917fa47a
|
@ -74,6 +74,7 @@ class Error;
|
|||
#pragma clang diagnostic push
|
||||
#pragma clang diagnostic ignored "-Wnullability-completeness"
|
||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
||||
#pragma clang diagnostic ignored "-Wunused-function"
|
||||
#endif
|
||||
|
||||
#define VMA_STATIC_VULKAN_FUNCTIONS 1
|
||||
|
|
Loading…
Reference in New Issue