'function' : too few actual parameters
The number of formal parameters in the function prototype or definition exceeds the number of actual parameters in a function call. Using a formal parameter that has no corresponding actual parameter produces unpredictable results.