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

Split a -sys crate out #68

Merged
merged 19 commits into from Oct 15, 2015

Suppress improper_ctypes warnings from zero sized pointer targets

  • Loading branch information
sfackler committed Sep 6, 2015
commit 1928256b8621b2a2303a4333c5650ebd2539b909
@@ -6,8 +6,7 @@
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

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

extern crate libc;

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