More parameters were passed in the prototyped call than are allowed.
20
Cause . . . . . : A prototyped call must pass no more than the maximum number of parameters specified in the prototype. Extra parameters are ignored.
Recovery . . . : Correct the number of parameters passed. Compile again.