mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fix compile warnings
Fixed compile warnings with unused variables.
This commit is contained in:
parent
361b8128f1
commit
237d46cfb6
1 changed files with 0 additions and 2 deletions
|
|
@ -871,8 +871,6 @@ int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name,
|
||||||
ioplug_priv_t *io;
|
ioplug_priv_t *io;
|
||||||
int err;
|
int err;
|
||||||
snd_pcm_t *pcm;
|
snd_pcm_t *pcm;
|
||||||
snd_pcm_access_t def_access = SND_PCM_ACCESS_RW_INTERLEAVED;
|
|
||||||
snd_pcm_format_t def_format = SND_PCM_FORMAT_S16;
|
|
||||||
|
|
||||||
assert(ioplug && ioplug->callback);
|
assert(ioplug && ioplug->callback);
|
||||||
assert(ioplug->callback->start &&
|
assert(ioplug->callback->start &&
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue