1
0
zrcadlo https://git.tukaani.org/xz.git synchronizováno 2025-10-17 06:33:27 +00:00

liblzma: Silence a warning.

Tento commit je obsažen v:
Lasse Collin 2024-02-14 19:05:58 +02:00
rodič eeedd4d092
revize 160b686264

Zobrazit soubor

@ -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; \