[previous] 2888 [next] This function has been declared with a non-void 'return' type but ends with an implicit 'return ;' statement.
Control flow

This function has been defined with a non-void return type but ends without an explicit return statement. The value returned will be undefined.

For example:


/*PRQA S 2744,2017,3408 ++*/

extern float foo(void)                  /* 2888 */
{

}

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents