remove warnings in plugout_midi

« gbsplay project page

CC plugout_midi.c -o plugout_midi.o plugout_midi.c: In function ‘midi_open_track’: plugout_midi.c:104: warning: implicit declaration of function ‘asprintf’ plugout_midi.c: In function ‘midi_io’: plugout_midi.c:287: warning: suggest parentheses around + or - in operand of & plugout_midi.c: At top level: plugout_midi.c:314: warning: initialization from incompatible pointer type

Details

Id: 61cd4b6560f86c0ec097459e49bb8b22823b108e
Type: task
Creation time: 2008-08-09 08:13 GMT
Creator: Christian Garbs <mitch@...>
Release: 0.0.91 (released 2008-08-15)
Component: gbsplay
Status: closed: fixed fixed

Issue log

2008-08-15 17:14 GMT Christian Garbs <mitch@...> closed with disposition fixed
2008-08-09 09:37 GMT Christian Garbs <mitch@...> commented
one warning remains: CC plugout_midi.c -o plugout_midi.o plugout_midi.c: In function ‘midi_io’: plugout_midi.c:290: warning: suggest parentheses around + or - in operand of & I can't decypher this construct: case 0xff1c: volume[2] = 32 * ((4 - ((val >> 5)) & 3) % 4); break;
2008-08-09 09:20 GMT Christian Garbs <mitch@...> changed status from unstarted to in_progress
2008-08-09 08:13 GMT Christian Garbs <mitch@...> created