Fix warnings

This commit is contained in:
Pierre Krieger 2014-10-05 15:54:37 +02:00
parent 2b5513fa80
commit fe245e2929
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
#![allow(dead_code)]
#![allow(non_snake_case)]
#![allow(non_camel_case_types)]
#![allow(non_uppercase_statics)]
use libc;