'function' : no function prototype given
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.