Skip to content

Commit

Permalink
Ignore another warning for vk_mem_alloc.h so that Filament can compil…
Browse files Browse the repository at this point in the history
…e with -Wthread-safety enabled
  • Loading branch information
emezeske authored and pixelflinger committed Oct 30, 2024
1 parent 1cc87aa commit 33c299d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions filament/backend/src/vulkan/VulkanMemory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#pragma clang diagnostic ignored "-Wnullability-completeness"
#pragma clang diagnostic ignored "-Wextra-semi"
#pragma clang diagnostic ignored "-Wc++98-compat-extra-semi"
#pragma clang diagnostic ignored "-Wthread-safety-analysis"

static const PFN_vkGetInstanceProcAddr& vkGetInstanceProcAddr = bluevk::vkGetInstanceProcAddr;
static const PFN_vkGetDeviceProcAddr& vkGetDeviceProcAddr = bluevk::vkGetDeviceProcAddr;
Expand Down

0 comments on commit 33c299d

Please sign in to comment.