nonstandard extension used : function declaration used ellipsis
The function prototype has a variable number of arguments. The function definition does not.
This is legal under the default Microsoft extensions (/Ze), but illegal under ANSI compatibility (/Za).