diff options
| author | Admiral H. Curtiss <pikachu025@gmail.com> | 2023-01-30 10:03:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-30 10:03:49 +0100 |
| commit | df9ba70c351a2fb1c90c3b588bb4b651fca31b35 (patch) | |
| tree | a9e33a86374986cb67ab1524e69a0cddb2a47c34 /Source/Core | |
| parent | ae712c61c239400de392e3007d36c80f94a4f6f2 (diff) | |
| parent | 6ad182edd9c9ecfd7fa79607683ff1c9b05431be (diff) | |
Merge pull request #11507 from phire/Wnullablitly-completeness
Ignore nullability-completeness warnings in VMA
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VulkanLoader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VulkanLoader.h b/Source/Core/VideoBackends/Vulkan/VulkanLoader.h index c9b92f5ac8..652b512dd4 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanLoader.h +++ b/Source/Core/VideoBackends/Vulkan/VulkanLoader.h @@ -48,6 +48,7 @@ #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wunused-variable" +#pragma clang diagnostic ignored "-Wnullability-completeness" #endif // #ifdef __clang__ #ifdef __GNUC__ |
