X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/146e86fbdea5a7a4c846e7b4a210ee179e1943d5..5cbe7ad10a8cd66e2f6b6b476c58ba8c30a3c1a8:/server/speaker-alsa.c diff --git a/server/speaker-alsa.c b/server/speaker-alsa.c index 731c4ff..8ed01a8 100644 --- a/server/speaker-alsa.c +++ b/server/speaker-alsa.c @@ -219,7 +219,7 @@ static size_t alsa_play(size_t frames) { static int alsa_slots, alsa_nslots = -1; /** @brief Fill in poll fd array for ALSA */ -static void alsa_beforepoll(void) { +static void alsa_beforepoll(int attribute((unused)) *timeoutp) { /* We send sample data to ALSA as fast as it can accept it, relying on * the fact that it has a relatively small buffer to minimize pause * latency. */