> 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 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel