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 1772 - Two tests do not compile with GCC2
Summary: Two tests do not compile with GCC2
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: *don't know* (show other bugs)
Version: HG 2.0
Hardware: Other Haiku
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 10:51 UTC by Axel Dörfler
Modified: 2013-04-17 10:00 UTC (History)
1 user (show)

See Also:


Attachments
Fix for test compilation (1.14 KB, patch)
2013-03-29 10:51 UTC, Axel Dörfler
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Axel Dörfler 2013-03-29 10:51:23 UTC
Created attachment 1081 [details]
Fix for test compilation

testaudioinfo and testwm2 are not ANSI-C89 compliant unlike everything else, and thus do not compile with GCC2. The attached patch fixes this.
Comment 1 Ryan C. Gordon 2013-03-29 21:22:20 UTC
This is now hg changeset 3a5a53435ebd, thanks!

--ryan.
Comment 2 Andreas Schiffler 2013-04-17 10:00:34 UTC
Marking as fixed.