acassis commented on PR #8454:
URL: https://github.com/apache/nuttx/pull/8454#issuecomment-1420983572
Please check these issues:
```
serial/serial.c: In function 'uart_ioctl':
Error: serial/serial.c:1397:46: error: cast to pointer from integer of
different size [-Werror=int-to-pointer-cast]
1397 | FAR struct termios *termiosp = (FAR struct termios
*)arg;
| ^
Error: serial/serial.c:1419:46: error: cast to pointer from integer of
different size [-Werror=int-to-pointer-cast]
1419 | FAR struct termios *termiosp = (FAR struct termios
*)arg;
|
``
--
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]