mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-26 11:50:52 +00:00
Fixed compiler warnings.
This commit is contained in:
parent
d1cbbcdb41
commit
0cdb2cfa48
21 changed files with 128 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue