'identifier' : 'naked' functions cannot be 'inline'; inline expansion not performed
The function is declared with naked and inline attributes.
Example
inline __declspec( naked ) int func() {} // warning