uv-unix: fix warning: control reaches end of non-void function
This commit is contained in:
parent
e364dd15c1
commit
f560f75a17
@ -1325,6 +1325,7 @@ int uv_async_init(uv_async_t* async, uv_async_cb async_cb) {
|
||||
|
||||
int uv_async_send(uv_async_t* async) {
|
||||
ev_async_send(EV_DEFAULT_UC_ &async->async_watcher);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user