Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 543 Bytes

compiler-warning-level-1-c4024.md

File metadata and controls

13 lines (11 loc) · 543 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4024
Compiler Warning (level 1) C4024
11/04/2016
C4024
C4024
f6cb1b70-686a-4747-a01c-de673208209a

Compiler Warning (level 1) C4024

'function' : different types for formal and actual parameter 'number'

Corresponding formal and actual parameters have different types. The compiler passes the actual parameter without change. The receiving function converts the parameter type to the type expected.