mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
fix compiler warning
This commit is contained in:
parent
cce81a7f45
commit
01fb0d8497
@ -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…
Reference in New Issue
Block a user