Does wavecom module support inline function?

I change a function to be inline function, but I found compiling is failed.
but gcc support inline function. do you have the same problem?

Are u using __inline or inline?

I posted a reply yesterday - but now it’s disappeared!

See also: wavecom.com/modules/movie/sc … .php?t=952

Note that ‘inline’ has nothing to do with the module itself - it is purely a direction to the compiler

So you just need to treat this the same as any other compilation failure:

Read the error message(s), and correct the faults that they highlight!