rust-lang / rust-bindgen

Automatically generates Rust FFI bindings to C (and some C++) libraries.
https://rust-lang.github.io/rust-bindgen/
BSD 3-Clause "New" or "Revised" License
4.39k stars 691 forks source link

Fix warnings. #2753

Closed reitermarkus closed 7 months ago

reitermarkus commented 7 months ago

Fix warnings, one of which causes CI to fail currently.

emilio commented 7 months ago

Thanks!