X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/6d2d327ca57fefaddceba10eb323451f8150e95d..1c8f3db88212b2f4a5f79122af84f76b2c60da01:/server/speaker-command.c diff --git a/server/speaker-command.c b/server/speaker-command.c index 088d0cd..17efb99 100644 --- a/server/speaker-command.c +++ b/server/speaker-command.c @@ -96,7 +96,7 @@ static size_t command_play(size_t frames) { } /** @brief Update poll array for writing to subprocess */ -static void command_beforepoll(void) { +static void command_beforepoll(int attribute((unused)) *timeoutp) { /* We send sample data to the subprocess as fast as it can accept it. * This isn't ideal as pause latency can be very high as a result. */ if(cmdfd >= 0)