chiark / gitweb /
more thorough kvp.c testing
[disorder] / server / speaker-command.c
index 088d0cd77b5faf57112aafecef8627491a2b19db..17efb99718c666e8e089113e94e3c3705c3ed17e 100644 (file)
@@ -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)