From: Zbigniew Jędrzejewski-Szmek Date: Sun, 14 Apr 2013 17:11:06 +0000 (-0400) Subject: MurmurHash3: actually inline functions X-Git-Tag: v202~101 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=4094bcbfacc78d2fadddefd8642aac2ae9464de6;hp=4094bcbfacc78d2fadddefd8642aac2ae9464de6 MurmurHash3: actually inline functions "__attribute__((always_inline))" does not replace "inline" and they still need to be used together. This fixes "always_inline function might not be inlinable [-Wattributes]" warning in gcc 4.7 Idea-from-patch-by: Siarhei Siamashka ---