diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-06-12 09:39:15 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-06-12 09:39:15 -0700 |
commit | 01257a461ec55f4f12ccca17920ef9f4741bbdac (patch) | |
tree | ca429a1a24e12cc1bc87a23226e90bc4c87553a4 /node | |
parent | 817b9d012e2d345b77b12537e3857b575941f9c2 (diff) | |
parent | 04b3525e0f83f460a2d2d719c643ff85c3ba7955 (diff) | |
download | infinitytier-01257a461ec55f4f12ccca17920ef9f4741bbdac.tar.gz infinitytier-01257a461ec55f4f12ccca17920ef9f4741bbdac.zip |
Merge branch 'dev' of github.com:zerotier/ZeroTierOne into dev
Diffstat (limited to 'node')
-rw-r--r-- | node/Packet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Packet.cpp b/node/Packet.cpp index 2eeceffa..c83131ca 100644 --- a/node/Packet.cpp +++ b/node/Packet.cpp @@ -332,7 +332,7 @@ static const int LZ4_minLength = (MFLIMIT+1); #define LZ4_STATIC_ASSERT(c) { enum { LZ4_static_assert = 1/(int)(!!(c)) }; } /* use only *after* variable declarations */ -static inline unsigned LZ4_NbCommonBytes (register reg_t val) +static inline unsigned LZ4_NbCommonBytes (reg_t val) { if (LZ4_isLittleEndian()) { if (sizeof(val)==8) { |