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.
I'd expect gcc to inline the function anyway, even without 'inline FORCE_INLINE'
Yeah, I think it does. But then it warns you about it. I just quiet the warning.
Cheers,
Jeremy
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/spice-devel