Closed expipiplus1 closed 9 years ago
Clang warns about the empty statement following a while loop. This can be fixed by either putting a line break before the semicolon or using an empty compound statement.
Got it. Thanks.
Clang warns about the empty statement following a while loop. This can be fixed by either putting a line break before the semicolon or using an empty compound statement.