RustAudio / vst3-sys

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

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

Closed robbert-vdh closed 2 years ago

robbert-vdh commented 2 years 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.