Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #353 - fiveop:nightly_warning, r=kamalmarhubi
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.
- Loading branch information