mirror of
https://github.com/curl/curl.git
synced 2026-08-04 14:56:19 +03:00
lib: eliminate 'statement not reached' warnings
This commit is contained in:
parent
4b96e5c70f
commit
233ec511db
3 changed files with 5 additions and 5 deletions
|
|
@ -3628,10 +3628,8 @@ static CURLcode wc_statemach(struct connectdata *conn)
|
|||
finfo->filename);
|
||||
wildcard->state = CURLWC_SKIP;
|
||||
return wc_statemach(conn);
|
||||
break;
|
||||
case CURL_CHUNK_BGN_FUNC_FAIL:
|
||||
return CURLE_CHUNK_FAILED;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue