Compiler Warning (level 1) C4761

integral size mismatch in argument : conversion supplied

The base types of the actual and formal parameters of a function were different.

The compiler converted the actual parameter to the type of the formal parameter.