mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Vulkan: Ignore VMA nullability warnings.
This commit is contained in:
parent
818f33d979
commit
aeee317368
@ -307,6 +307,7 @@ if(NOT MSVC)
|
||||
endif()
|
||||
if(CLANG)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-switch -Wno-uninitialized")
|
||||
add_definitions(-Wno-nullability-completeness)
|
||||
endif()
|
||||
|
||||
if(USE_ASAN)
|
||||
|
Loading…
Reference in New Issue
Block a user