mirror of
https://git.tukaani.org/xz.git
synced 2026-02-25 21:38:06 +00:00
__cpuid from MSVC (and also the old Intel ICC) use int[], while __get_cpuid from <cpuid.h> in GCC and Clang use unsigned int[]. Adding a cast is the simplest fix. Link: https://github.com/tukaani-project/xz/pull/208