Mark an unused parameter as such.
MFC after: 3 days
This commit is contained in:
parent
1f7e02ab3c
commit
5570003d40
@ -221,9 +221,11 @@ default_again:
|
||||
}
|
||||
|
||||
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…
x
Reference in New Issue
Block a user