mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 19:44:35 +08:00
Fixed compiler warnings.
This commit is contained in:

committed by
Xiang Xiao

parent
8d61a10a74
commit
d251d12f6f
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user