• 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
event_pipe.c 3.67 KB