Pelles C forum

C language => Expert questions => Topic started by: Kempelen on March 13, 2008, 10:27:38 AM

Title: Inline function
Post by: Kempelen on March 13, 2008, 10:27:38 AM
'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.
Title: Re: Inline function
Post by: Pelle on March 18, 2008, 02:25:31 PM
Not at the moment. I have put this in the 'wish-list' - I may add something in the future...