Fixed compiler warnings.

This commit is contained in:
Fotis Panagiotopoulos 2022-08-22 16:17:00 +03:00 committed by Xiang Xiao
parent d1cbbcdb41
commit 0cdb2cfa48
21 changed files with 128 additions and 18 deletions

View file

@ -51,7 +51,7 @@ int netlib_parsehttpurl(FAR const char *url, FAR uint16_t *port,
{
FAR const char *src = url;
FAR char *dest;
int bytesleft;
size_t bytesleft;
int ret = OK;
size_t pathlen;