yangsen5 opened a new pull request, #1948:
URL: https://github.com/apache/nuttx-apps/pull/1948
CC: nxcamera.c nxcamera.c: In function 'show_image': nxcamera.c:85:20:
error: initialization of 'uint32_t *' {aka 'unsigned int *'} from incompatible
pointer type 'uint8_t *' {aka 'unsigned char *'}
[-Werror=incompatible-pointer-types]
85 | uint32_t *pbuf = pcam->bufs[buf->index];
| ^~~~
cc1: all warnings being treated as errors
## Summary
## Impact
## Testing
--
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]