Code Inspection: Function doesn't return a value on all code paths
This code inspection warns you that a procedure has at least one possible path through its code that does not return a value. It helps you detect the following compiler warnings before you compile:
Last modified: 21 July 2022