Uh oh!
There was an error while loading. Please reload this page.
Suppress improper_ctypes warnings when compiling liballoc with external_features - #24514
Conversation
rust-highfive
commented
Apr 17, 2015
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
alexcrichton
commented
Apr 17, 2015
It seems like this may be a legitimate warning? Perhaps this could use |
krzysz00
commented
Apr 18, 2015
Isn't Using |
alexcrichton
commented
Apr 20, 2015
…=alexcrichton When `liballoc` is compiled with `--cfg feature=\"external_features\"`, several `improper_ctypes` warnings are generated. Since these warnings are harmless, I have added a directive to suppress them.
When
liballocis compiled with--cfg feature=\"external_features\", severalimproper_ctypeswarnings are generated. Since these warnings are harmless, I have added a directive to suppress them.