diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 03:51:07 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 03:56:24 +0200 |
commit | 49245bb31e215ad455a1ab85e4ed6783152dc522 (patch) | |
tree | b416540b384b2113709431599e93d80a38111757 /src/liblzma | |
parent | liblzma: Silence warnings from clang -Wconditional-uninitialized. (diff) | |
download | xz-49245bb31e215ad455a1ab85e4ed6783152dc522.tar.xz |
Tests: Silence warnings from -Wsign-conversion.
Note that assigning an unsigned int to lzma_check doesn't warn
on GNU/Linux x86-64 since the enum type is unsigned on that
platform. The enum can be signed on some other platform though
so it's best to use enumeration type lzma_check in these situations.
Diffstat (limited to 'src/liblzma')
0 files changed, 0 insertions, 0 deletions