mirror of
https://git.tukaani.org/xz.git
synced 2025-09-28 21:38:18 +00:00
It doesn't warn on a 64-bit system because truncating a ptrdiff_t (signed long) to uint32_t is diagnosed under -Wconversion by GCC and -Wshorten-64-to-32 by Clang.