We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55a4344 commit ac28c63Copy full SHA for ac28c63
ext/hash/murmur/endianness.h
@@ -2,7 +2,7 @@ static const union {
2
uint8_t u8[2];
3
uint16_t u16;
4
} EndianMix = {{ 1, 0 }};
5
-FORCE_INLINE int IsBigEndian()
+static FORCE_INLINE int IsBigEndian()
6
{
7
// Constant-folded by the compiler.
8
return EndianMix.u16 != 1;
0 commit comments