We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4078

Summary: kill C99'ism in SDL_waylandvulkan.c
Product: SDL Reporter: Ozkan Sezer <sezeroz>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86_64   
OS: Linux   
Attachments: SDL_waylandvulkan.c C89 patch

Description Ozkan Sezer 2018-02-12 07:00:43 UTC
Created attachment 3162 [details]
SDL_waylandvulkan.c C89 patch

The attached patch kills C99'ism in SDL_waylandvulkan.c in a for
construct, otherwise build fails with older gcc.
Comment 1 Sam Lantinga 2018-02-12 07:31:43 UTC
Fixed, thanks!
https://hg.libsdl.org/SDL/rev/609bef491213