Not interested in child exit status
This commit is contained in:
parent
c19ffb3564
commit
3e54544e95
@ -48,8 +48,7 @@ void convert(const std::string& path) { // try to convert to ppm using ImageMagi
|
||||
|
||||
write_image(std::cout, stdin);
|
||||
|
||||
int exit_status;
|
||||
throw_if_min1(wait(&exit_status));
|
||||
throw_if_min1(wait(nullptr));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user