Fixes build warning in MinGW:
./include/uv/win.h:290:22: warning: missing braces around initializer [-Wmissing-braces]
290 | #define UV_ONCE_INIT { 0, NULL }
| ^
src/threadpool.c:32:25: note: in expansion of macro 'UV_ONCE_INIT'
32 | static uv_once_t once = UV_ONCE_INIT;
| ^~~~~~~~~~~~
Fixes:
|
||
|---|---|---|
| .. | ||
| uv | ||
| uv.h | ||