Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 552 Bytes

compiler-warning-level-1-c4088.md

File metadata and controls

13 lines (11 loc) · 552 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4088
Compiler Warning (level 1) C4088
11/04/2016
C4088
C4088
9bab817c-16b2-4324-be5e-f9cbb06b702e

Compiler Warning (level 1) C4088

'function' : pointer mismatch in actual parameter 'number', formal parameter 'number'

The corresponding formal and actual parameters have a different level of indirection. The actual parameter is passed without change. The called function interprets its value as a pointer.