You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For CPP builds, a few structs that end up empty in some configurations will
generate compile errors. With the Rust tools, bindgen ends up producing
empty structsw for these as well. Although the code compiles, it generates
warnings. For now, add CONFIG_RUST to the ifdef checks so that these
structs don't end up empty with Rust either.
Signed-off-by: David Brown <[email protected]>
0 commit comments