aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_tablegen.c
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-27 00:02:11 +0800
committerJia Tan <jiat0218@gmail.com>2023-10-31 18:44:59 +0800
commit1bce6fe48334b5df33d0487a9cbe41950122230e (patch)
tree18f1d73b0c73b846d239fad0668fa3179dfaab5d /src/liblzma/check/crc32_tablegen.c
parentBuild: Update the comment about -Werror usage in checks. (diff)
downloadxz-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_tablegen.c')
0 files changed, 0 insertions, 0 deletions