[Spice-devel] [xf86-video-qxl warnings 5/6] Actually request the forcibly inline functions to be inline.
Jeremy White
jwhite at codeweavers.com
Thu Mar 21 10:56:33 PDT 2013
> Hi,
>
> So gcc is not happy with the FORCE_INLINE which translates into
> "__attribute__((always_inline)"
> and requires an additional "inline" ?
Google led me to this similar commit for DragonFly BSD:
http://leaf.dragonflybsd.org/mailarchive/commits/2012-10/msg00145.html
It says:
> The '__attribute__((always_inline))' does not strictly imply 'inline'.
> Newer versions of gcc detect this misuse and issue the warning.
> Including the missing 'inline' resolves the build warning.
Looked reasonable to me, hence the patch.
Cheers,
Jeremy
More information about the Spice-devel
mailing list