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 |
|
|
c4f6a651-0641-4446-973e-8290065e49ad |
'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.