Skip to content

Commit

Permalink
build: Work around format check false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
aqnuep committed Dec 18, 2023
1 parent d987a07 commit 444a4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/debug_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ void check_for_enabled_debug_extensions(struct loader_instance *ptr_instance, co
#ifndef VULKANSC
if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_EXT_DEBUG_REPORT_EXTENSION_NAME) == 0) {
ptr_instance->enabled_known_extensions.ext_debug_report = 1;
} else
}
#endif // VULKANSC
if (strcmp(pCreateInfo->ppEnabledExtensionNames[i], VK_EXT_DEBUG_UTILS_EXTENSION_NAME) == 0) {
ptr_instance->enabled_known_extensions.ext_debug_utils = 1;
Expand Down

0 comments on commit 444a4a4

Please sign in to comment.