Replace c-style casts in cfags_decimal.cpp with static_castsAryan Krishnantypo
Done
hi_ = hi_ * 0xA + FXMATH_DECIMAL_RSHIFT32BIT((uint64_t)mid_ * 0xA);Aryan KrishnanMore here.
Done
uint8_t outputlen = (uint8_t)tmpbuf.GetLength();Aryan KrishnanAnd here, if you want to catch them all.
Gotta catch 'em all :)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Replace c-style casts in cfgas_decimal.cpp with static_casts
This CL helps modernise the codebase by replacing the c-style casts in
cfgas_decimal.cpp with static_casts.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |