]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - ortp_recv.c
ortp_recv.c post_select: mark unused paramters with __a_unused
[paraslash.git] / ortp_recv.c
index 87e2d25bd7dcc57f8cdf20dd7509fb896489c9c1..98ca63ace8fe26c33a9f7d09aac351c18e03e471 100644 (file)
@@ -97,8 +97,9 @@ static void compute_next_chunk(struct timeval *now, unsigned chunk_time,
                pord->next_chunk.tv_usec);
 }
 
-static int ortp_recv_post_select(struct receiver_node *rn, int select_ret,
-       __a_unused fd_set *rfds, __a_unused fd_set *wfds)
+static int ortp_recv_post_select(struct receiver_node *rn,
+               __a_unused int select_ret, __a_unused fd_set *rfds,
+               __a_unused fd_set *wfds)
 {
        struct private_ortp_recv_data *pord = rn->private_data;
        mblk_t *mp;