|
|
|
|
|
by peternlewis
4494 days ago
|
|
Clang may not warn about white space issues, but it certainly does warn about unreachable code if -Wunreachable is on. This code would not compile in my project because the unconditional goto leaves the following code unreachable. |
|