X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/2d2effe25f5635bec27e00f556fd8eec123cfc9a..e84fb5f0c934ff2b8054a582c2ce09bcb05cba40:/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)