mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-16 04:09:39 +00:00
Ignore nullability-completeness warnings in VMA
These cause a lot of warnings when compiling with clang. And the example VmaUsage.h appears to disable them
This commit is contained in:
parent
2eda76cffc
commit
6ad182edd9
@ -48,6 +48,7 @@
|
|||||||
#ifdef __clang__
|
#ifdef __clang__
|
||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#pragma clang diagnostic ignored "-Wunused-variable"
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
||||||
|
#pragma clang diagnostic ignored "-Wnullability-completeness"
|
||||||
#endif // #ifdef __clang__
|
#endif // #ifdef __clang__
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user