Flow Chart Checks : (C17097) Subroutines containing wrong usage of parameters or globals

(C17097) Subroutines containing wrong usage of parameters or globals

Error In:
Completeness
Description:
In/Out/InOut parameters are not generated or modified, or are not used by the subroutine.
Example:
subroutine CALLBACK
Input parameter P1 not used
 
Erroneous Elements:
Subroutines