Compiler Warning (level 1) C4025

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

If you pass a based pointer to a function with variable arguments, the pointer is normalized, which could cause unpredictable results. You should not pass based pointers to functions with variable arguments.