1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

Utilities: Fix -Wunreachable-code warnings from clang

This commit is contained in:
Nico Weber 2021-10-08 08:35:04 -04:00 committed by Andreas Kling
parent b8dc3661ac
commit f46a40a471
6 changed files with 0 additions and 17 deletions

View file

@ -23,5 +23,4 @@ int main(int argc, char** argv)
for (;;)
puts(string);
return 0;
}