RustAudio / vst3-sys

Raw Bindings to the VST3 API
Other
284 stars 18 forks source link

Explicitly drop Box::from_raw result to fix unused result warnings #52

Closed robbert-vdh closed 1 year ago

robbert-vdh commented 1 year ago

This has been happening since June/July. Box::from_raw has a #[must_use] attribute and thus needs to either be bound to a binding or dropped explicitly.