lupyuen commented on PR #10193:
URL: https://github.com/apache/nuttx/pull/10193#issuecomment-1689976766
Hmmm seems to be a problem with the common queue.h, not due to our PR...
```text
libuv/src/uv-common.c: In function 'uv_walk':
Error: libuv/src/queue.h:68:19: error: storing the address of local variable
'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 8B])[1]'
[-Werror=dangling-pointer=]
68 | QUEUE_PREV(q) = (n);
\
| ^
libuv/src/queue.h:78:7: note: in expansion of macro 'QUEUE_SPLIT'
78 | QUEUE_SPLIT(h, q, n);
\
| ^~~~~~~~~~~
libuv/src/uv-common.c:492:3: note: in expansion of macro 'QUEUE_MOVE'
492 | QUEUE_MOVE(&loop->handle_queue, &queue);
| ^~~~~~~~~~
```
--
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]