Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 569 Bytes

compiler-warning-level-1-c4089.md

File metadata and controls

13 lines (11 loc) · 569 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4089
Compiler Warning (level 1) C4089
11/04/2016
C4089
C4089
7c8f929b-9bf9-4063-9b7e-4affd98c1acc

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.