declared formal parameter list different from definition
The types of formal parameters given in the function declaration did not agree with the types of the formal parameters given in the function definition.
The formal parameter list of the definition was used.