Ignore it, or tell the IDE to ignore it.
In most cases that means that the abstract structure (tree) that the compiler uses to represent a function exceeds the hardcoded limit (number of nodes) that the FPC developers think is appropriate: my recollection is that this is around 40 and you can get there either by having too many lines, excessively complex expressions, or lots of fancy address etc. handling.
Frankly, and this is my personal (hence uninformed :-) position, is that the inline keyword should be obeyed unconditionally since from the POV of the language it appears in the same context as a memory model or forward directive: if the compiler really can't honour it then that should be an error rather than a warning. However I'm not a core developer, and I'm sure that if I were they'd browbeat me until I conformed to the majority opinion :-)
MarkMLl