Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 556 Bytes

compiler-warning-level-1-c4025.md

File metadata and controls

13 lines (11 loc) · 556 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4025
Compiler Warning (level 1) C4025
11/04/2016
C4025
C4025
c4f6a651-0641-4446-973e-8290065e49ad

Compiler Warning (level 1) C4025

'number' : based pointer passed to function with variable arguments: parameter number

Passing a based pointer to a function with variable arguments causes the pointer to be normalized, with unpredictable results. Do not pass based pointers to functions with variable arguments.