Visual Studio 2022 generates the following warning in /W4 pedantic mode: ``` fmt/format-inl.h(1145,60): warning C4310: cast truncates constant value ``` On the following code fragment: ``` const uint32_t mod_inv_25 = uint32_t(uint64_t(mod_inv_5) * mod_inv_5); ```
Visual Studio 2022 generates the following warning in /W4 pedantic mode:
On the following code fragment: