chiark / gitweb /
utf32_word_split() and utf8_word_split() splits a string into words
[disorder] / server / speaker-oss.c
index 9f409d5d24793e7fd071c4203fc5bde4f659abdc..9682cdee6d7c3ccb458cac4befa38e120ef1e63d 100644 (file)
@@ -142,7 +142,7 @@ static size_t oss_play(size_t frames) {
 static int oss_slot;
 
 /** @brief Fill in poll fd array for OSS */
-static void oss_beforepoll(void) {
+static void oss_beforepoll(int attribute((unused)) *timeoutp) {
   oss_slot = addfd(ossfd, POLLOUT|POLLERR);
 }