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 - timidity warning fix / constification
Summary: timidity warning fix / constification
Status: RESOLVED FIXED
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-03 15:22 UTC by Ozkan Sezer
Modified: 2009-10-03 19:54 UTC (History)
0 users

See Also:


Attachments
timidity constification patch (2.26 KB, patch)
2009-10-03 15:22 UTC, Ozkan Sezer
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!