WARN1-Interfaced identifiers that are used, but not outside of unit

Top  Previous  Next

 

Interfaced identifiers that are used, but not outside of unit (WARN1)

 

This section lists all identifiers that are declared in the interface section of a unit, and that are used in the unit, but not outside the unit. You should declare these identifiers in the implementation section of the unit instead.

 

 

Restrictions:

Interfaced identifiers that are not used at all are not listed. These identifiers are already listed in the “Identifiers never used” section among the Reductions.

 

Recommendation:

Declare these identifiers in the implementation section of the unit, to avoid unnecessary exposure.

 

 

See also:

 

Alerts