mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 02:21:44 +03:00
shutdown: use (void)
NULL cgroup is handled below.
This commit is contained in:
parent
d929b0f98b
commit
0b9aa27016
@ -202,7 +202,7 @@ int main(int argc, char *argv[]) {
|
|||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
cg_get_root_path(&cgroup);
|
(void) cg_get_root_path(&cgroup);
|
||||||
|
|
||||||
use_watchdog = !!getenv("WATCHDOG_USEC");
|
use_watchdog = !!getenv("WATCHDOG_USEC");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user