On Sun, Apr 17, 2011 at 02:29:25AM +0200, Joerg Sonnenberger wrote:
> If the only concern is that GCC may decide to not inline a specific
> instance, static inline works well enough to allow -O0 etc to build.

Side note: using inline in a .c file is just a hint for the optimizer
anyway. In most cases it won't make much a difference to just drop it.

Joerg

Reply via email to