Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344187

Summary: Bogus "No return, in function returning non-void"
Product: [Tools] CDT Reporter: Sergey Prigogin <eclipse.sprigogin>
Component: cdt-codanAssignee: Project Inbox <cdt-core-inbox>
Status: CLOSED DUPLICATE QA Contact: Elena Laskavaia <elaskavaia.cdt>
Severity: normal    
Priority: P3 CC: cdtdoug, malaperle
Version: 8.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Sergey Prigogin CLA 2011-04-28 15:33:51 EDT
The following code triggers a bogus warning "No return, in function returning non-void":

int test() {
  if (true) {
    return 0;
  } else {
    return 1;
  }
}
Comment 1 Marc-André Laperle CLA 2011-04-28 19:02:54 EDT

*** This bug has been marked as a duplicate of bug 343767 ***