aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-04-01 17:14:25 +0200
committerMax Kellermann <max@duempel.org>2009-04-01 17:14:25 +0200
commit8ce2ec7aedf995a37953711e0866a9beef0ae243 (patch)
treed7a85c4bcadb0ee2782aba53978ec929c5c17bb3 /Makefile.am
parenta96bec36557e849f6a807ea2d66f4878298bac6d (diff)
downloadmpd-8ce2ec7aedf995a37953711e0866a9beef0ae243.tar.gz
mpd-8ce2ec7aedf995a37953711e0866a9beef0ae243.tar.xz
mpd-8ce2ec7aedf995a37953711e0866a9beef0ae243.zip
client, event_pipe: explicitly ignore the write() result
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.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions