]> git.proxmox.com Git - mirror_frr.git/commit - lib/systemd.c
lib: fix coverity unused result warning
authorDavid Lamparter <equinox@opensourcerouting.org>
Wed, 7 Jul 2021 12:57:36 +0000 (14:57 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Wed, 7 Jul 2021 12:58:14 +0000 (14:58 +0200)
commitf49e0be728d68a4caf8733ef77351c0ca4bef3d1
tree5bb501d322e397427aafa2619c4932ed04cef8d8
parent568f6d6c942385ac9e084b94a3034e03c1fa3bbf
lib: fix coverity unused result warning

There's nothing that can be done here with an error.  Try to make
Coverity understand that this is intentional.

(I don't know if the `(void)` will actually fix the coverity warning,
but I don't really have a better way to figure it out beyond just
getting this merged and waiting for a result...)

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/systemd.c