crate: ignore some warnings

This commit is contained in:
meh 2015-05-12 03:11:49 +02:00
parent eef3e9c556
commit 4e79ee9ae9

View File

@ -1,4 +1,5 @@
#![feature(convert)]
#![allow(raw_pointer_derive, non_camel_case_types)]
extern crate libc;
extern crate ffmpeg_sys as ffi;