Compiler Warning (level 1) C4026

function declared with formal parameter list

The function was declared to take formal parameters, but the function definition did not have formal parameters.

Subsequent calls to this function will assume that the function takes no actual parameters.