mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Tests: Fix -Wunreachable-code warnings from clang
This commit is contained in:
parent
1cdb12e920
commit
96666f3209
5 changed files with 0 additions and 7 deletions
|
@ -123,7 +123,6 @@ int main()
|
|||
hax = !hax;
|
||||
usleep(1);
|
||||
}
|
||||
return nullptr;
|
||||
},
|
||||
&writable_program_headers[0]);
|
||||
|
||||
|
@ -139,5 +138,4 @@ int main()
|
|||
printf("waitpid\n");
|
||||
waitpid(-1, nullptr, 0);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue