Compiler Warning (level 2) C4071

'function' : no function prototype given

The given function was called before the compiler found the corresponding function prototype.

The function will be called using the default rules for calling a function without a prototype.