Mark an unused parameter as such.
MFC after: 3 days
This commit is contained in:
parent
d1ea5fa9c2
commit
bfe7e9328c
@ -221,9 +221,11 @@ sctp_ss_default_select(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_nets *net,
|
||||
}
|
||||
|
||||
static void
|
||||
sctp_ss_default_scheduled(struct sctp_tcb *stcb, struct sctp_nets *net SCTP_UNUSED,
|
||||
sctp_ss_default_scheduled(struct sctp_tcb *stcb,
|
||||
struct sctp_nets *net SCTP_UNUSED,
|
||||
struct sctp_association *asoc,
|
||||
struct sctp_stream_out *strq, int moved_how_much)
|
||||
struct sctp_stream_out *strq,
|
||||
int moved_how_much SCTP_UNUSED)
|
||||
{
|
||||
struct sctp_stream_queue_pending *sp;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user