Skip to content

Commit ed28d10

Browse files
authored
refactor: add [[noreturn]] attribute to execute_child (#132)
1 parent 695b306 commit ed28d10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp-subprocess/subprocess.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ class Child
11831183
err_wr_pipe_(err_wr_pipe)
11841184
{}
11851185

1186-
void execute_child();
1186+
[[noreturn]] void execute_child();
11871187

11881188
private:
11891189
// Lets call it parent even though

0 commit comments

Comments
 (0)