mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Trivial fix of compile warning
Fix unused variable j.
This commit is contained in:
parent
36987b02c0
commit
c6bebac05e
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ static int snd_pcm_multi_resume(snd_pcm_t *pcm)
|
|||
static int snd_pcm_multi_link_slaves(snd_pcm_t *pcm, snd_pcm_t *master)
|
||||
{
|
||||
snd_pcm_multi_t *multi = pcm->private_data;
|
||||
unsigned int i, j;
|
||||
unsigned int i;
|
||||
int err;
|
||||
|
||||
for (i = 0; i < multi->slaves_count; ++i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue