net/tcp/tcp_send_buffered.c: Fix a warning reported in build testing.
This commit is contained in:
parent
0e9b71d925
commit
d0c569d7b5
|
@ -1177,7 +1177,7 @@ ssize_t psock_tcp_send(FAR struct socket *psock, FAR const void *buf,
|
|||
}
|
||||
else
|
||||
{
|
||||
int count;
|
||||
unsigned int count;
|
||||
int blresult;
|
||||
|
||||
/* iob_copyin might wait for buffers to be freed, but if network is
|
||||
|
|
Loading…
Reference in New Issue