mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Let brotli compile with -Wunused-function.
This commit is contained in:
parent
afbec112a5
commit
ba69a96102
@ -622,6 +622,7 @@ static BROTLI_INLINE void DecodeBlockTypeWithContext(BrotliState* s,
|
||||
s->context_lookup_offset2 = kContextLookupOffsets[s->context_mode + 1];
|
||||
}
|
||||
|
||||
#if (defined(__x86_64__) || defined(_M_X64)) || defined(ARMv7)
|
||||
/* Copy len bytes from src to dst. It can write up to ten extra bytes
|
||||
after the end of the copy.
|
||||
|
||||
@ -671,6 +672,7 @@ static BROTLI_INLINE void IncrementalCopyFastPath(
|
||||
len -= 8;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
BrotliResult CopyUncompressedBlockToOutput(BrotliOutput output,
|
||||
int pos,
|
||||
|
Loading…
Reference in New Issue
Block a user