mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Fix compile warnings
Fix trivial compile warnings.
This commit is contained in:
parent
0ec2247972
commit
76f7af823b
6 changed files with 38 additions and 30 deletions
|
|
@ -4435,7 +4435,7 @@ int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp)
|
|||
ep = seq->obuf;
|
||||
while (ep - seq->obuf < (ssize_t)seq->obufused) {
|
||||
|
||||
ev = ep;
|
||||
ev = (snd_seq_event_t *)ep;
|
||||
len = snd_seq_event_length(ev);
|
||||
|
||||
if (remove_match(rmp, ev)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue