Commit 407530e
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 <[email protected]>1 parent 0f83d66 commit 407530e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
0 commit comments