Commit 0fee580
committed
rust: bindgen: Make snd_dec_flac opaque
At least with certain some rust / bindgen combinations compilation fails
with:
error[E0587]: type has conflicting packed and align representation hints
--> /Transit/build/linux/rust/bindings/bindings_generated.rs:102244:1
|
102244 | pub struct snd_dec_flac {
| ^^^^^^^^^^^^^^^^^^^^^^^
Signed-off-by: Janne Grunau <j@jannau.net>1 parent fbf3bc7 commit 0fee580
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments