Flow Chart Checks : (C18101) Subroutines with illegal/missing return command

(C18101) 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 a return type that conflicts with the returned value’s type.
Erroneous Elements:
Subroutines