Merge pull request #5807 from ReinUsesLisp/vc-warnings

video_core: Silence the remaining gcc warnings and enforce them
This commit is contained in:
LC 2021-01-24 17:36:43 -05:00 committed by GitHub
commit df0d8c45d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 93 additions and 60 deletions

View file

@ -39,6 +39,7 @@ vk::DebugUtilsMessenger CreateDebugCallback(const vk::Instance& instance) {
VK_DEBUG_UTILS_MESSAGE_TYPE_VALIDATION_BIT_EXT |
VK_DEBUG_UTILS_MESSAGE_TYPE_PERFORMANCE_BIT_EXT,
.pfnUserCallback = Callback,
.pUserData = nullptr,
});
}