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 - kill C99'ism in SDL_waylandvulkan.c
Summary: kill C99'ism in SDL_waylandvulkan.c
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-12 07:00 UTC by Ozkan Sezer
Modified: 2018-02-12 07:31 UTC (History)
0 users

See Also:


Attachments
SDL_waylandvulkan.c C89 patch (1.09 KB, patch)
2018-02-12 07:00 UTC, Ozkan Sezer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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