crafcat7 opened a new pull request, #2466:
URL: https://github.com/apache/nuttx-apps/pull/2466
## Summary
do
{
nbyteswritten = write(wrfd, iobuffer, nbytesread);
if (nbyteswritten >= 0)
The write return type is ssize_t, which is different in size from the
originally declared type, so the unified type is ssize_t
## Impact
None
## Testing
Local test pass
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]