| In file included from libuv/src/uv-common.h:42, | from libuv/src/uv-common.c:23: | libuv/src/uv-common.c: In function 'uv_walk': | libuv/src/queue.h:68:19: warning: storing the address of local variable 'queue' in '((void * (**)[2])MEM[(void *[2] * *)loop_13(D) + 8B])[1]' [-Wdangling-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); \ | | ^~~~~~~~~~~ Signed-off-by: chao an <anchao@xiaomi.com>
libuv
Most features of libuv are supported by current port, except SIGPROF relative function (loop_configure).
Nearly full libuv's test suite avaliable on NuttX, but some known case can't run on sim:
- loop_update_time
- idle_starvation
- signal_multiple_loops
- signal_pending_on_close
- metrics_idle_time
- metrics_idle_time_thread
- metrics_idle_time_zero
And some will cause crash by some reason:
- fs_poll_ref