W8085 Function 'function' redefined as non-inline (C++)
Go Up to Compiler Errors And Warnings (C++) Index
This warning is used to indicate when a certain function, which has been declared inline in one location, is redefined in another location to be non-inline.