summaryrefslogtreecommitdiff
path: root/node/Packet.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-08-09 11:31:37 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-08-09 11:31:37 -0700
commit553101e8b5a988003f594037dda82301b0967625 (patch)
tree8fccc387144b19810bc26d5395666ebace4adbb0 /node/Packet.cpp
parent3cd0ab1b3bacd5596d7fec989b2cd9cb413f4314 (diff)
parente01c0adff28602d48ad6f0d618bee072ec7843da (diff)
downloadinfinitytier-553101e8b5a988003f594037dda82301b0967625.tar.gz
infinitytier-553101e8b5a988003f594037dda82301b0967625.zip
merge dev
Diffstat (limited to 'node/Packet.cpp')
-rw-r--r--node/Packet.cpp2
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) {