• Max Kellermann's avatar
    client, event_pipe: explicitly ignore the write() result · 8ce2ec7a
    Max Kellermann authored
    On both locations, the result of write() can be ignored safely.  In
    event_pipe_emit_fast(), that can only be "EAGAIN", which means that
    the pipe buffer is full - no further notification required.  In
    client_init(), that would be a fatal connection error, which would be
    caught by the next event.
    
    This patch fixes gcc warnings.
    8ce2ec7a
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...