projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccf75f4
)
ortp_recv.c post_select: mark unused paramters with __a_unused
author
Andre
<maan@p133.(none)>
Wed, 19 Apr 2006 22:10:32 +0000
(
00:10
+0200)
committer
Andre
<maan@p133.(none)>
Wed, 19 Apr 2006 22:10:32 +0000
(
00:10
+0200)
ortp_recv.c
patch
|
blob
|
history
diff --git
a/ortp_recv.c
b/ortp_recv.c
index 87e2d25bd7dcc57f8cdf20dd7509fb896489c9c1..98ca63ace8fe26c33a9f7d09aac351c18e03e471 100644
(file)
--- 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;