CDISP0754E

The bound formal name bound formal is declared, but is not used in a type in any function parameter in the function prototype function prototype. To enable the compiler to bind the bound formals to a concrete type, the bound formals must appear in the parameter list.

The bound formal is defined, but is not used in the function prototype.
Remove the definition of the bound formal, or reference the bound formal in the function prototype.