mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-12-08 00:00:12 +03:00
bindgen: suppress warnings on generated code
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
476dbb9cec
commit
fc1016eeca
@ -7,6 +7,7 @@
|
||||
#![allow(non_camel_case_types)]
|
||||
#![allow(non_snake_case)]
|
||||
#![allow(unused)]
|
||||
#![allow(unnecessary_transmutes)]
|
||||
|
||||
use crate::c;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user