nspawn: (void)ify more stuff

This commit is contained in:
Lennart Poettering 2019-03-05 18:58:56 +01:00
parent 61b4443361
commit 5ef4cb7ad0

View file

@ -263,7 +263,7 @@ static int mount_legacy_cgroup_hierarchy(
if (r > 0)
return 0;
mkdir_p(to, 0755);
(void) mkdir_p(to, 0755);
/* The superblock mount options of the mount point need to be
* identical to the hosts', and hence writable... */