From: Andre Date: Wed, 19 Apr 2006 22:10:32 +0000 (+0200) Subject: ortp_recv.c post_select: mark unused paramters with __a_unused X-Git-Tag: v0.2.12~52 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=88b79f523bb3499e0e6c70b2b1835ba1d497ac91 ortp_recv.c post_select: mark unused paramters with __a_unused --- diff --git a/ortp_recv.c b/ortp_recv.c index 87e2d25b..98ca63ac 100644 --- a/ortp_recv.c +++ b/ortp_recv.c @@ -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;