mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-26 01:04:17 +00:00
tests: build tests with C90 standard
C90 mode is disabled for: - testautomation: use of isnan/isfinite - testlock: use of kill - testvulkan: use of c++ style strings in vulkan.h
This commit is contained in:
committed by
Anonymous Maarten
parent
5b5b67df20
commit
b4291412a4
@@ -177,8 +177,8 @@ typedef struct VulkanContext
|
||||
} VulkanContext;
|
||||
|
||||
static SDLTest_CommonState *state;
|
||||
static VulkanContext *vulkanContexts = NULL; // an array of state->num_windows items
|
||||
static VulkanContext *vulkanContext = NULL; // for the currently-rendering window
|
||||
static VulkanContext *vulkanContexts = NULL; /* an array of state->num_windows items */
|
||||
static VulkanContext *vulkanContext = NULL; /* for the currently-rendering window */
|
||||
|
||||
static void shutdownVulkan(SDL_bool doDestroySwapchain);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user