Hello,

How come the following code would not be considered a Warning?

Surely there is no possible way this would be intentional?

if (x<4);
        x++;

Cheers,
Ivan

Reply via email to