mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Tests: Fix -Wunreachable-code warnings from clang
This commit is contained in:
parent
1cdb12e920
commit
96666f3209
Notes:
sideshowbarker
2024-07-18 02:54:39 +09:00
Author: https://github.com/nico
Commit: 96666f3209
Pull-request: https://github.com/SerenityOS/serenity/pull/10399
5 changed files with 0 additions and 7 deletions
|
@ -22,7 +22,6 @@ int main(int, char**)
|
|||
printf("ST: close()\n");
|
||||
close(pipefds[1]);
|
||||
pthread_exit(nullptr);
|
||||
return nullptr;
|
||||
},
|
||||
nullptr);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue