gnuradio / pmt

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

Fix compiler warning about mismatched signedness #104

Closed vimpostor closed 1 year ago

vimpostor commented 1 year ago

Previously we were adding an unsigned integer to a signed integer (std::streamsize).

It also makes the implementation consistent with the other serialize implementations in the same file.