[SSSD] [PATCH] murmurhash: Relax inline requirement

Stephen Gallagher sgallagh at redhat.com
Tue Apr 24 13:30:52 UTC 2012


Building SSSD on GCC 4.7 produces a new warning:

"../src/util/murmurhash3.c:47:17: error: always_inline function might
not be inlinable [-Werror=attributes]"

This patch removes always_inline and replaces it with simply
'inline' (which GCC may remove if it deems it appropriate).

Simo, can you confirm that there's no problem with this? I think it
should be safe.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20120424/cb0537bd/attachment.sig>


More information about the sssd-devel mailing list