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 3840 - [PATCH] Fix compilation of directfb component
Summary: [PATCH] Fix compilation of directfb component
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: 2.0.5
Hardware: x86_64 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-22 00:03 UTC by Clayton Craft
Modified: 2017-09-22 01:57 UTC (History)
0 users

See Also:


Attachments
separate declarations from statements patch for directfb (1.07 KB, patch)
2017-09-22 00:03 UTC, Clayton Craft
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Clayton Craft 2017-09-22 00:03:27 UTC
Created attachment 2956 [details]
separate declarations from statements patch for directfb

The attached patch fixes compilation of the directfb feature in sdl2, which currently fails due to a C90 violation relating to mixing declarations and statements.
Comment 1 Sam Lantinga 2017-09-22 01:57:40 UTC
This is fixed for SDL 2.0.6.