use ComPtr in gui_context_menus.h (#719)

* use ComPtr in gui_context_menus.h

* fix pragma diagnostic

* fix compiler warnings
This commit is contained in:
oltolm 2024-09-25 17:39:04 +02:00 committed by GitHub
parent 45e206e248
commit 5a4d5b9f31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 15 additions and 29 deletions

View file

@ -9,10 +9,7 @@
#include "video_core/renderer_vulkan/vk_platform.h"
#include "video_core/renderer_vulkan/vk_scheduler.h"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wnullability-completeness"
#include <vk_mem_alloc.h>
#pragma GCC diagnostic pop
namespace VideoCore {