| Summary: | Two tests do not compile with GCC2 | ||
|---|---|---|---|
| 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 | CC: | aschiffler |
| Version: | HG 2.0 | ||
| Hardware: | Other | ||
| OS: | Haiku | ||
| Attachments: | Fix for test compilation | ||
This is now hg changeset 3a5a53435ebd, thanks! --ryan. Marking as fixed. |
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.