Code inspection: Function doesn't return a struct 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:
BC42354
BC42355
Last modified: 11 February 2024