]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
nspawn: (void)ify more stuff
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Mar 2019 17:58:56 +0000 (18:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 15 Mar 2019 14:33:09 +0000 (15:33 +0100)
src/nspawn/nspawn-cgroup.c

index 97fa092caeee344da448c4ec2eb5c1d42b1d4e90..4a16f56d1ce48ca99a9a2ffff76c9413c9952e42 100644 (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... */