mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03:00
journal: cast to (void) where we knowingly ignore syscall returns
This commit is contained in:
parent
5b7e1d8ef0
commit
efb8fd6e75
@ -416,7 +416,7 @@ _public_ int sd_journal_stream_fd(const char *identifier, int priority, int leve
|
||||
if (shutdown(fd, SHUT_RD) < 0)
|
||||
return -errno;
|
||||
|
||||
fd_inc_sndbuf(fd, SNDBUF_SIZE);
|
||||
(void) fd_inc_sndbuf(fd, SNDBUF_SIZE);
|
||||
|
||||
identifier = strempty(identifier);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user