Compiler Warning (level 1) C4271

'identifier' : 'naked' functions cannot be 'inline'; inline expansion not performed

The specified function was declared with both the naked and inline attributes.

The following example causes this warning.

inline __declspec( naked )  int func() {}   // warning