I got wired complile error with VS2022, any solutions?
1>I:\vcpkg\installed\x64-windows-static\include\xxhash.h(3169): error C2220: the following warning is treated as an error
1>I:\vcpkg\installed\x64-windows-static\include\xxhash.h(3169): warning C4702: unreachable code
3169 line is h32 = XXH32_mergeAccs(acc); in function XXH32_endian_align
Anyone has same error?
I got wired complile error with VS2022, any solutions?
3169 line is
h32 = XXH32_mergeAccs(acc);in functionXXH32_endian_alignAnyone has same error?