We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ff073e commit 49ad991Copy full SHA for 49ad991
croaring-sys/build.rs
@@ -13,6 +13,7 @@ fn main() {
13
.compile("libroaring.a");
14
15
let bindings = bindgen::Builder::default()
16
+ .blacklist_type("max_align_t")
17
.header("CRoaring/roaring.h")
18
.generate_inline_functions(true)
19
.generate()
0 commit comments