mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:33:08 +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
|
|
@ -452,7 +452,6 @@ size_t ftp_parselist(char *buffer, size_t size, size_t nmemb, void *connptr)
|
|||
default:
|
||||
PL_ERROR(conn, CURLE_FTP_BAD_FILE_LIST);
|
||||
return bufflen;
|
||||
break;
|
||||
}
|
||||
parser->state.UNIX.main = PL_UNIX_PERMISSION;
|
||||
parser->item_length = 0;
|
||||
|
|
@ -993,7 +992,6 @@ size_t ftp_parselist(char *buffer, size_t size, size_t nmemb, void *connptr)
|
|||
break;
|
||||
default:
|
||||
return bufflen+1;
|
||||
break;
|
||||
}
|
||||
|
||||
i++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue