'function' : no function prototype on 'convention' function
The function was called before the compiler found a prototype. The compiler makes the call using the default rules for a function without a prototype.