aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_x86.S
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-09-27 00:02:11 +0800
committerJia Tan <jiat0218@gmail.com>2023-09-27 00:04:40 +0800
commit8ebaf3f665ddc7e4f19c613005050dde5ccbe499 (patch)
tree65ef789068ec837ff41ccdf2116276e7b1e36eca /src/liblzma/check/crc32_x86.S
parentBuild: Update the comment about -Werror usage in checks. (diff)
downloadxz-8ebaf3f665ddc7e4f19c613005050dde5ccbe499.tar.xz
liblzma: Avoid compiler warning without creating extra symbol.
When the generic fast crc64 method is used, then we omit lzma_crc64_table[][]. Similar to d9166b52cf3458a4da3eb92224837ca8fc208d79, we can avoid compiler warnings with -Wempty-translation-unit (Clang) or -pedantic (GCC) by creating a never used typedef instead of an extra symbol.
Diffstat (limited to 'src/liblzma/check/crc32_x86.S')
0 files changed, 0 insertions, 0 deletions