mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-21 14:55:39 +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
@@ -232,8 +232,8 @@ int main(int argc, char **argv)
|
||||
|
||||
rc = 0;
|
||||
|
||||
// SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software");
|
||||
// SDL_SetHint(SDL_HINT_VIDEO_FORCE_EGL, "0");
|
||||
/* SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software"); */
|
||||
/* SDL_SetHint(SDL_HINT_VIDEO_FORCE_EGL, "0"); */
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
||||
Reference in New Issue
Block a user