File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ class VmaRWMutex
4949#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
5050#ifdef __clang__
5151#pragma clang diagnostic ignored "-Winconsistent-missing-override"
52+ #pragma clang diagnostic ignored "-Wnullability-completeness"
5253#else
5354#pragma GCC diagnostic ignored "-Wsuggest-attribute=noreturn"
5455#endif
Original file line number Diff line number Diff line change 44#include " ../../rsx_utils.h"
55#include " shared.h"
66
7+ #ifdef __clang__
8+ #pragma clang diagnostic push
9+ #pragma clang diagnostic ignored "-Wnullability-completeness"
10+ #endif
711#include " 3rdparty/GPUOpen/VulkanMemoryAllocator/include/vk_mem_alloc.h"
12+ #ifdef __clang__
13+ #pragma clang diagnostic pop
14+ #endif
815
916namespace vk
1017{
You can’t perform that action at this time.
0 commit comments