Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the return value of write to suppress a warning
This change suppresses the following warning (gcc):
groonga.c: In function ‘send_ready_notify’:
groonga.c:806:5: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
write(ready_notify_pipe[PIPE_WRITE],
^- Loading branch information