Module Chart Checks : (C5093) Subroutines with illegal/missing RETURN command

(C5093) Subroutines with illegal/missing RETURN command

Error In:
Correctness
Description:
There are functions without a RETURN command, procedures with a RETURN command, or a function with return type that conflicts with the returned value’s type.
Erroneous Elements:
Subroutines