package An official xmake package repository
https://xrepo.xmake.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
524 B
13 lines
524 B
diff --git a/snappy.cc b/snappy.cc |
|
index 79dc0e8..51157be 100644 |
|
--- a/snappy.cc |
|
+++ b/snappy.cc |
|
@@ -1014,7 +1014,7 @@ void MemMove(ptrdiff_t dst, const void* src, size_t size) { |
|
} |
|
|
|
SNAPPY_ATTRIBUTE_ALWAYS_INLINE |
|
-size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { |
|
+inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { |
|
const uint8_t*& ip = *ip_p; |
|
// This section is crucial for the throughput of the decompression loop. |
|
// The latency of an iteration is fundamentally constrained by the
|
|
|