Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
unix: fix warning: return 0 in function returning void
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Dec 6, 2011
1 parent 0db3274 commit b89c31b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/pipe.c
Expand Up @@ -274,5 +274,4 @@ void uv__pipe_accept(EV_P_ ev_io* watcher, int revents) {


void uv_pipe_pending_instances(uv_pipe_t* handle, int count) {
return 0;
}

0 comments on commit b89c31b

Please sign in to comment.