-
Notifications
You must be signed in to change notification settings - Fork 677
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 when compiling #346
Comments
@szagi3891 What version of rustc? |
This is the relevant Rust issue: rust-lang/rust#19925 . |
It is the latest version. Today installed. Nightly (1.9)
|
homu
added a commit
that referenced
this issue
Apr 18, 2016
Cast function item to function pointer in order to appease compiler. This is necessary because of compiler changes. For further information look at rust-lang/rust#19925. This solves #346. I know that there are other problems with the affected function. We are thinking about how to best pass the arguments to the function and we don't want to define the ffi's ourselves. However, I would like to get the warning out of our tree as soon as possible. We do not need to wait for our polish.
Fixed by #353. |
Cool :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
can you fix it?
The text was updated successfully, but these errors were encountered: