Community
Participate
Working Groups
Build Identifier: Version: Indigo Service Release 1 Build id: 20110916-0149 For the following code, code analysis gives an incorrect "No return, in function returning non-void" error message: double RPM(); double RPMnothrow() { try { return RPM(); } catch (...) { return 0.0; } } Reproducible: Always
Duplicate of bug 348387.
*** This bug has been marked as a duplicate of bug 348387 ***