Main Content
Return value not initialized
C function does not return value when expected
Description
This check determines whether a function with a return type
other than void
returns a value. This check appears
on every function call.
Diagnosing This Check
Examples
Check Information
Group: Data flow |
Language: C |
Acronym: IRV |