theori-io / nrsc5

NRSC-5 receiver for rtl-sdr
Other
804 stars 100 forks source link

Fix compiler warnings #326

Closed argilo closed 1 year ago

argilo commented 1 year ago

Clang reports a number of warnings: one unused parameter, and many comparisons of signed and unsigned integers. I've cleaned those up here.