'Inline' command tell the compiler to try to inline function, but compiler can or can not put the inline function, depending on some factors.
It is there any option that the compiler warning that it can not put a inline function in the resulting inline code?
thx.