diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-09-27 00:02:11 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-10-31 18:44:59 +0800 |
commit | 1bce6fe48334b5df33d0487a9cbe41950122230e (patch) | |
tree | 18f1d73b0c73b846d239fad0668fa3179dfaab5d /src/liblzma/check/crc32_table.c | |
parent | Build: Update the comment about -Werror usage in checks. (diff) | |
download | xz-1bce6fe48334b5df33d0487a9cbe41950122230e.tar.xz |
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.
Diffstat (limited to 'src/liblzma/check/crc32_table.c')
0 files changed, 0 insertions, 0 deletions