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 825

Summary: timidity warning fix / constification
Product: SDL_mixer Reporter: Ozkan Sezer <sezeroz>
Component: miscAssignee: 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

Description Ozkan Sezer 2009-10-03 15:22:34 UTC
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
Comment 1 Sam Lantinga 2009-10-03 19:54:58 UTC
Thanks!