Merge pull request #11507 from phire/Wnullablitly-completeness

Ignore nullability-completeness warnings in VMA
This commit is contained in:
Admiral H. Curtiss 2023-01-30 10:03:49 +01:00 committed by GitHub
commit df9ba70c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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__