mirror of
https://git.tukaani.org/xz.git
synced 2025-02-11 03:07:09 +00:00
31c21c734b
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.