]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: remove (void) cast around sync()
authorLennart Poettering <lennart@poettering.net>
Fri, 19 May 2023 12:21:21 +0000 (14:21 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 19 May 2023 12:21:21 +0000 (14:21 +0200)
commitb7106af465f1d7fbe4a6695f5b7f7eb8c109d622
treee5038d1535ac03211a701fd5a6f8f8452ebf91d6
parent9287925a0dc4d54cf880648744aecae982e92e68
tree-wide: remove (void) cast around sync()

The call is void anyway, it doesn't return an failure indication. Hence,
no need to cast void to (void)...

(We got this right in most cases, but forgot some)
src/basic/async.c
src/systemctl/systemctl-util.c