rockbox/apps/plugins/midi
Tomas Salfischberger 2ed84ec2ca The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice).
In revision 1.4 Steven made currentVoice global, so the function declaration should be: synthVoice(void), wich fixes a warning. And the call should be just synthVoice() wich fixes a hidden error.

Hope I saw this right... please correct me if this isn't the way you ment is Seven.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6708 a1c6a512-1295-4272-9138-f99709370657
2005-06-14 16:17:11 +00:00
..
guspat.c Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. 2005-04-20 21:07:13 +00:00
guspat.h Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. 2005-04-20 21:07:13 +00:00
midifile.c Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. 2005-04-20 21:07:13 +00:00
midiutil.c Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. 2005-04-20 21:07:13 +00:00
sequencer.c Fixed warnings, adapted to Rockbox coding style, optimized to 78% realtime. 2005-04-20 21:07:13 +00:00
synth.c The synthVoice() function declaration was wrong (caused a warning). And because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). 2005-06-14 16:17:11 +00:00