cake icon indicating copy to clipboard operation
cake copied to clipboard

missing warning - empty controlled statement found; is this the intent?

Open thradams opened this issue 1 year ago • 0 comments

int main() {
int i = 0;
if (i); // empty controlled statement found; is this the intent?
i++;
}

thradams avatar Mar 13 '24 19:03 thradams