mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:24:15 +03:00
fix compiler warning
This commit is contained in:
parent
cce81a7f45
commit
01fb0d8497
1 changed files with 2 additions and 0 deletions
|
|
@ -3063,6 +3063,8 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn,
|
|||
#ifndef CURL_DISABLE_RTSP
|
||||
if(conn->protocol & PROT_RTSP)
|
||||
return checkrtspprefix(data, s);
|
||||
#else
|
||||
(void)conn;
|
||||
#endif /* CURL_DISABLE_RTSP */
|
||||
|
||||
return checkhttpprefix(data, s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue