chiark / gitweb /
Work around stupid excessively strict warning in GCC 4.4.
[disorder] / clients / playrtp.c
index 4e27ebf9be363f0a68ca5af6f9386214f6b612e2..5b1e496667a28c4753646653c253d09cb637cf97 100644 (file)
@@ -324,6 +324,9 @@ static void *queue_thread(void attribute((unused)) *arg) {
     pthread_cond_broadcast(&cond);
     pthread_mutex_unlock(&lock);
   }
+#if HAVE_STUPID_GCC44
+  return NULL;
+#endif
 }
 
 /** @brief Background thread collecting samples