Activity Chart Checks : (C4107) Subroutines containing wrong usage of parameters or globals

(C4107) Subroutines containing wrong usage of parameters or globals

Error In:
Completeness
Description:
Subroutines contain the wrong usage of parameters or globals. For example:
Example:
DAYS, an input parameter of function FUNC1, is not used within the subroutine.
Erroneous Elements:
Subroutines