Compiler Warning (level 1) C4026 (original) (raw)
function declared with formal parameter list
Remarks
The function declaration has formal parameters, but the function definition does not. Subsequent calls to this function assume that the function takes no parameters.