1
0
mirror of https://git.tukaani.org/xz.git synced 2025-10-11 19:58:20 +00:00
xz/src/liblzma
Jia Tan 1bce6fe483 liblzma: Avoid compiler warning without creating extra symbol.
When the generic fast crc64 method is used, then we omit
lzma_crc64_table[][].

The C standards don't allow an empty translation unit which can be
avoided by declaring something, without exporting any symbols.
2023-10-31 18:44:59 +08:00
..
2023-08-02 20:32:20 +08:00
2023-08-01 18:44:02 +03:00
2023-08-01 18:44:02 +03:00
2023-08-02 20:32:20 +08:00