fix compiler warning
This commit is contained in:
Родитель
cce81a7f45
Коммит
01fb0d8497
|
@ -3063,6 +3063,8 @@ checkprotoprefix(struct SessionHandle *data, struct connectdata *conn,
|
||||||
#ifndef CURL_DISABLE_RTSP
|
#ifndef CURL_DISABLE_RTSP
|
||||||
if(conn->protocol & PROT_RTSP)
|
if(conn->protocol & PROT_RTSP)
|
||||||
return checkrtspprefix(data, s);
|
return checkrtspprefix(data, s);
|
||||||
|
#else
|
||||||
|
(void)conn;
|
||||||
#endif /* CURL_DISABLE_RTSP */
|
#endif /* CURL_DISABLE_RTSP */
|
||||||
|
|
||||||
return checkhttpprefix(data, s);
|
return checkhttpprefix(data, s);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче