static_cast for uint64_t to unsigned gives a MS VC build warning
for Windows:
warning C4309: 'static_cast': truncation of constant value
Use an explicit cast instead.
Change-Id: I692d335b4913070686a102780c1fb05b893a2f69
Differential D94592
[NFC][AsmPrinter] Windows warning: Use explicit cast dstuttard on Jan 13 2021, 4:58 AM. Authored by
Details static_cast for uint64_t to unsigned gives a MS VC build warning warning C4309: 'static_cast': truncation of constant value Use an explicit cast instead. Change-Id: I692d335b4913070686a102780c1fb05b893a2f69
Diff Detail
Unit Tests |