Community
Participate
Working Groups
The following code triggers a bogus warning "No return, in function returning non-void": int test() { if (true) { return 0; } else { return 1; } }
*** This bug has been marked as a duplicate of bug 343767 ***