X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2d2effe25f5635bec27e00f556fd8eec123cfc9a..e84fb5f0c934ff2b8054a582c2ce09bcb05cba40:/server/speaker-alsa.c?ds=inline 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. */