Removes unneeded casts since the values are already promoted to int by the arithmetic operator as mandated by the standard. The casts trigger compiler warnings for unneeded casts.
Small follow-up on @drslebedev 's work in #98 in getting pmt compiler warning free.
Removes unneeded casts since the values are already promoted to int by the arithmetic operator as mandated by the standard. The casts trigger compiler warnings for unneeded casts.
Small follow-up on @drslebedev 's work in #98 in getting pmt compiler warning free.