This topic has not yet been rated - Rate this topic

Compiler Warning (level 1) C4089

'function' : different types in actual parameter 'number', formal parameter 'number'

The corresponding formal and actual parameters have different types. The actual parameter is passed without change. The function casts the actual parameter to the type specified in the function definition.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement