Navigation Menu

Skip to content

Commit

Permalink
Suppress a warning for select() case
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 10, 2015
1 parent 2a30745 commit 407aa72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/com.c
Expand Up @@ -310,7 +310,7 @@ grn_com_event_init(grn_ctx *ctx, grn_com_event *ev, int max_nevents, int data_si
ev->hash = NULL;
ev->events = NULL;
#else /* USE_SELECT */

goto exit;
#endif /* USE_SELECT */
}
exit :
Expand Down

0 comments on commit 407aa72

Please sign in to comment.