Fixed compiler warnings.

This commit is contained in:
Fotis Panagiotopoulos
2022-10-23 19:10:56 +03:00
committed by Xiang Xiao
parent 8d61a10a74
commit d251d12f6f
2 changed files with 10 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ int netlib_parseurl(FAR const char *str, FAR struct url_s *url)
{
FAR const char *src = str;
FAR char *dest;
int bytesleft;
size_t bytesleft;
int ret = OK;
size_t pathlen;