sctp: silence const warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
60e028958c
commit
5ff43ec72d
@ -121,7 +121,7 @@ static int ff_sctp_send(int s, const void *msg, size_t len,
|
||||
outmsg.msg_name = NULL;
|
||||
outmsg.msg_namelen = 0;
|
||||
outmsg.msg_iov = &iov;
|
||||
iov.iov_base = msg;
|
||||
iov.iov_base = (void*)msg;
|
||||
iov.iov_len = len;
|
||||
outmsg.msg_iovlen = 1;
|
||||
outmsg.msg_controllen = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user