We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e2f08 commit 0a664f1Copy full SHA for 0a664f1
src/basic/exec-util.c
@@ -67,7 +67,7 @@ static int do_spawn(const char *path, char *argv[], int stdout_fd, pid_t *pid) {
67
dup2(stdout_fd, STDOUT_FILENO) < 0)
68
return -errno;
69
70
- fd_cloexec(STDOUT_FILENO, false);
+ (void) fd_cloexec(STDOUT_FILENO, false);
71
}
72
73
if (!argv) {
0 commit comments