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

Make the build warning-free. #244

Merged
merged 4 commits into from Mar 7, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Silence long-ignored warnings about Drop for C types.

  • Loading branch information
Ms2ger committed Mar 7, 2016
commit 24cd1e7f57682139848f1c3b887363c7c7754a49
@@ -10,6 +10,7 @@
#![feature(unsafe_no_drop_flag)]
#![feature(const_fn)]

#![allow(drop_with_repr_extern)]
#![allow(non_upper_case_globals, non_camel_case_types, non_snake_case, improper_ctypes)]

#[macro_use]
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.