|        | |||||
|  | |||||
| Warning | |||||
The current value-returning function can end without returning.
Every function that returns a value must end with a return action. This is a static check for functions that have possible logical paths where the function's end could be reached without having returned a value to the caller.
Additional Information
 The function is "X".
| ---- |