Edit

Share via


Compiler Warning (level 1) C4026

function declared with formal parameter list

The function declaration has formal parameters, but the function definition does not. Subsequent calls to this function assume that the function takes no parameters.