Compiler Warning (level 1) C4072

'function' : no function prototype on 'convention' function

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.