gnuradio / pmt

pmt
GNU Lesser General Public License v3.0
12 stars 12 forks source link

base64.hpp: remove unneeded casts #100

Closed wirew0rm closed 1 year ago

wirew0rm commented 1 year ago

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.