mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-10 20:06:27 +00:00
Fixed warning C4090: 'function': different 'const' qualifiers
This commit is contained in:
@@ -1688,7 +1688,7 @@ static VkResult VULKAN_CreateDeviceResources(SDL_Renderer *renderer, SDL_Propert
|
||||
SDL_LogError(SDL_LOG_CATEGORY_RENDER, "vkCreateInstance(): %s\n", SDL_Vulkan_GetResultString(result));
|
||||
return result;
|
||||
}
|
||||
SDL_free(instanceExtensionsCopy);
|
||||
SDL_free((void *)instanceExtensionsCopy);
|
||||
}
|
||||
|
||||
/* Load instance Vulkan functions */
|
||||
|
Reference in New Issue
Block a user