mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
env-file: (void)ify an unlink() call
This commit is contained in:
@@ -559,6 +559,6 @@ int write_env_file(const char *fname, char **l) {
|
||||
r = -errno;
|
||||
}
|
||||
|
||||
unlink(p);
|
||||
(void) unlink(p);
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user