kevinmehall / rust-soapysdr

Rust bindings for SoapySDR, the vendor-neutral software defined radio hardware abstraction layer
Apache License 2.0
75 stars 22 forks source link

adding a semicolon that rustc wanted really badly #7

Closed mokus0 closed 6 years ago

mokus0 commented 6 years ago

It appears SoapySDR changed a return type, adding an i32 return for SoapySDRKwargs_set. The right thing here would be to actually propagate the added error code, but I'm not sure what would be a preferred way to do so. For now this will at least make it compile (and it shouldn't break building against older versions either).

kevinmehall commented 6 years ago

Thanks!

SoapySDR change for future reference