From 237d46cfb6999614b91dc57ce0e90db2c73f9104 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 9 Feb 2005 17:28:08 +0000 Subject: [PATCH] Fix compile warnings Fixed compile warnings with unused variables. --- src/pcm/pcm_ioplug.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pcm/pcm_ioplug.c b/src/pcm/pcm_ioplug.c index 2a8d9fd2..9ed12555 100644 --- a/src/pcm/pcm_ioplug.c +++ b/src/pcm/pcm_ioplug.c @@ -871,8 +871,6 @@ int snd_pcm_ioplug_create(snd_pcm_ioplug_t *ioplug, const char *name, ioplug_priv_t *io; int err; 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->callback->start && -- 2.47.1