Commit 01fb0d84 authored by Yang Tse's avatar Yang Tse
Browse files

fix compiler warning
parent cce81a7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);