The call passed fewer parameters than the prototype indicates are required.
30
Cause . . . . . : A prototyped call must pass at least the minimum number of parameters specified in the prototype. The call is ignored.
Recovery . . . : Correct the number of parameters passed. Compile again.