mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Reduce compilation warnings
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
edcd677bf2
commit
49dde08641
9 changed files with 7 additions and 20 deletions
|
|
@ -41,7 +41,7 @@ int snd_pcm_generic_close(snd_pcm_t *pcm)
|
|||
if (generic->close_slave)
|
||||
err = snd_pcm_close(generic->slave);
|
||||
free(generic);
|
||||
return 0;
|
||||
return err;
|
||||
}
|
||||
|
||||
int snd_pcm_generic_nonblock(snd_pcm_t *pcm, int nonblock)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue