Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warning: extern block uses type u128, which is not FFI-safe #1

Closed
zmwangx opened this issue Jun 10, 2020 · 0 comments
Closed

warning: extern block uses type u128, which is not FFI-safe #1

zmwangx opened this issue Jun 10, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@zmwangx
Copy link
Owner

zmwangx commented Jun 10, 2020

Just want to document this as a known issue. Whenever ffmpeg-sys-next is being built, rustc dumps tons of warnings:

warning: `extern` block uses type `u128`, which is not FFI-safe
     --> .../binding.rs:...
      |
      | ... u128
      |     ^^^^ not FFI-safe
      |
      = note: 128-bit integers don't currently have a known stable ABI

This is rust-lang/rust-bindgen#1549, and above my pay grade to fix.

@zmwangx zmwangx added the help wanted Extra attention is needed label Jun 10, 2020
@zmwangx zmwangx closed this as completed in d54e559 Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant