GS/Vulkan: Disable unused-function warning for vk_mem_alloc

This commit is contained in:
Stenzek 2024-06-10 16:34:37 +10:00 committed by Connor McLaughlin
parent 5ee751326a
commit e5917fa47a
1 changed files with 1 additions and 0 deletions

View File

@ -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