Related to: #4565
size_t and unsigned __int64 do not match when compiling with MSVC x86, resulting in the compiler generating warnings. It is build failure if compiler setted to treat warnings as error.
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2537): error C2220: the following warning is treated as an error
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2537): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
...
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2553): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2599): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
...
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2600): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
Related to: #4565
size_t and unsigned __int64 do not match when compiling with MSVC x86, resulting in the compiler generating warnings. It is build failure if compiler setted to treat warnings as error.
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2537): error C2220: the following warning is treated as an error
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2537): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
...
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2553): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2599): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data
...
[19:25:29] : [Python run] C:\Users\ContainerAdministrator\7e1acc4fec462\p\include\fmt/format.h(2600): warning C4244: 'argument': conversion from 'unsigned __int64' to 'size_t', possible loss of data