X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=ortp_recv.c;h=887b8e73d33d25f38a86cffef7229e059959dad4;hp=1e440420a2e78b49a81b7d387dc8eaf3a1fd2d36;hb=b7cbaf0b4dc832e8277b5867505dac59bb803d44;hpb=f4fb0289834e76a23839719ab0e89fe29b591d3f diff --git a/ortp_recv.c b/ortp_recv.c index 1e440420..887b8e73 100644 --- a/ortp_recv.c +++ b/ortp_recv.c @@ -67,7 +67,7 @@ uint32_t chunk_ts; }; static int ortp_recv_pre_select(struct receiver_node *rn, - __unused fd_set *rfds, __unused fd_set *wfds, + __a_unused fd_set *rfds, __a_unused fd_set *wfds, struct timeval *timeout) { struct private_ortp_recv_data *pord = rn->private_data; @@ -103,7 +103,7 @@ static void compute_next_chunk(struct timeval *now, unsigned chunk_time, static int ortp_recv_post_select(struct receiver_node *rn, int select_ret, - __unused fd_set *rfds, __unused fd_set *wfds) + __a_unused fd_set *rfds, __a_unused fd_set *wfds) { struct private_ortp_recv_data *pord = rn->private_data; mblk_t *mp;