1
0
mirror of https://git.tukaani.org/xz.git synced 2026-02-25 21:38:06 +00:00
xz/src/liblzma
Radek Zikmund b0f3b64a25
liblzma/MSVC: Add a cast to fix a warning (C4057) with __cpuid()
__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
2026-02-25 17:32:13 +02:00
..
2025-12-17 13:36:42 +02:00
2024-03-15 18:03:47 +02:00
2025-12-09 17:18:22 +02:00
2025-12-17 13:36:42 +02:00