Mark an unused parameter as such.

MFC after:	3 days
This commit is contained in:
tuexen 2016-08-06 12:51:07 +00:00
parent 1f7e02ab3c
commit 5570003d40

View File

@ -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;