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 1770

Summary: GCC attribute always_inline not supported in GCC 2.95.3
Product: SDL Reporter: Axel Dörfler <axeld>
Component: *don't know*Assignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: Other   
OS: Haiku   
Attachments: Fix warnings

Description Axel Dörfler 2013-03-29 09:57:01 UTC
Created attachment 1079 [details]
Fix warnings

See the number of warnings here:
http://buildbot.libsdl.org/builders/sdl-haiku/builds/689/steps/compile/logs/warnings%20%2810636%29

The attached patch fixed the issue.

Note, the 'visibility' warnings are actually an issue of the Haiku header, and has to be fixed there.
Comment 1 Ryan C. Gordon 2013-03-29 21:13:56 UTC
This is now hg changeset 305feca4f152, thanks!

--ryan.