liblzma: Silence a warning.

This commit is contained in:
Lasse Collin 2024-02-14 19:05:58 +02:00
parent eeedd4d092
commit 160b686264
1 changed files with 1 additions and 1 deletions

View File

@ -878,7 +878,7 @@ do { \
uint32_t t0; \
uint32_t t1; \
uint32_t t_prob; \
uint32_t t_match_byte = (match_byte_value) << 1; \
uint32_t t_match_byte = (uint32_t)(match_byte_value) << 1; \
uint32_t t_match_bit = t_match_byte; \
uint32_t t_offset = 0x100; \
symbol = 1; \