diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 04:14:18 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-12 04:14:18 +0200 |
commit | bfc3a0a8ac16de90049c1b1ba1445a7626d0230c (patch) | |
tree | a4c3da8e29a856f3ec78866184ac4d089cb16fe7 /tests/test_compress_prepared_bcj_sparc | |
parent | Tests: Silence warnings from -Wsign-conversion. (diff) | |
download | xz-bfc3a0a8ac16de90049c1b1ba1445a7626d0230c.tar.xz |
Tests: Fix warnings from clang --Wassign-enum.
Explicitly casting the integer to lzma_check silences the warning.
Since such an invalid value is needed in multiple tests, a constant
INVALID_LZMA_CHECK_ID was added to tests.h.
The use of 0x1000 for lzma_block.check wasn't optimal as if
the underlying type is a char then 0x1000 will be truncated to 0.
However, in these test cases the value is ignored, thus even with
such truncation the test would have passed.
Diffstat (limited to 'tests/test_compress_prepared_bcj_sparc')
0 files changed, 0 insertions, 0 deletions