From: Lennart Poettering Date: Tue, 5 Mar 2019 17:58:56 +0000 (+0100) Subject: nspawn: (void)ify more stuff X-Git-Tag: v242-rc1~99^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ef4cb7ad05fdf40d6067ec7e581d21db70b0333;p=thirdparty%2Fsystemd.git nspawn: (void)ify more stuff --- diff --git a/src/nspawn/nspawn-cgroup.c b/src/nspawn/nspawn-cgroup.c index 97fa092caee..4a16f56d1ce 100644 --- a/src/nspawn/nspawn-cgroup.c +++ b/src/nspawn/nspawn-cgroup.c @@ -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... */