mirror of
https://github.com/curl/curl.git
synced 2026-08-01 20:40:28 +03:00
fix compiler warning
This commit is contained in:
parent
de2cc11a73
commit
4bb80cfd75
4 changed files with 6 additions and 8 deletions
|
|
@ -650,6 +650,7 @@ CURLcode Curl_rtsp_rtp_readwrite(struct SessionHandle *data,
|
|||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static
|
||||
CURLcode rtp_client_write(struct connectdata *conn, char *ptr, size_t len)
|
||||
{
|
||||
struct SessionHandle *data = conn->data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue