The example code was:
int Foo(bool isBar) { if (isFoo) { bar(); return 1; } else { return 0; } }
It should be if (isBar) {
if (isBar) {
http://forums.codeblocks.org/index.php/topic,23749.0.html
You are right. Fixed in SVN. Thank you!
Log in to post a comment.
You are right. Fixed in SVN. Thank you!