diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-02-16 17:59:50 +0200 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-03-07 23:22:21 +0800 |
commit | 0ce1db0223854d94b4a0d17737ac0486a75d9e6a (patch) | |
tree | 722b79f5ad7c9ad89bc9f349c8052faacb77e4d3 /cmake | |
parent | liblzma: Improve documentation for stream_flags.h (diff) | |
download | xz-0ce1db0223854d94b4a0d17737ac0486a75d9e6a.tar.xz |
liblzma: Silence a warning from MSVC.
It gives C4146 here since unary minus with unsigned integer
is still unsigned (which is the intention here). Doing it
with substraction makes it clearer and avoids the warning.
Thanks to Nathan Moinvaziri for reporting this.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions