| Summary: | kill C99'ism in SDL_waylandvulkan.c | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | video | Assignee: | 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 | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/609bef491213 |
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.