uv-unix: fix warning: no return statement in function returning non-void
This commit is contained in:
parent
aad95b841e
commit
e364dd15c1
@ -1435,6 +1435,8 @@ static uv_ares_task_t* uv__ares_task_create(int fd) {
|
||||
|
||||
h->read_watcher.data = h;
|
||||
h->write_watcher.data = h;
|
||||
|
||||
return h;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user