| Summary: | timidity warning fix / constification | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | timidity constification patch | ||
Thanks! |
Created attachment 386 [details] timidity constification patch The following compiler warning ./timidity/timidity.c: In function 'Timidity_Init': ./timidity/timidity.c:298: warning: passing argument 1 of 'read_config_file' discards qualifiers from pointer target type .. showed that timidity needed some constification. Minor grunt work attached. -- Ozkan