Fix compiler warnings
This commit is contained in:
parent
e789326c83
commit
d2a17eba0b
@ -4,7 +4,7 @@
|
|||||||
#![allow(non_camel_case_types, non_upper_case_globals)]
|
#![allow(non_camel_case_types, non_upper_case_globals)]
|
||||||
|
|
||||||
extern crate libc;
|
extern crate libc;
|
||||||
#[macro_use] extern crate bitflags;
|
extern crate bitflags;
|
||||||
extern crate glib_sys as glib;
|
extern crate glib_sys as glib;
|
||||||
extern crate gobject_sys as gobject;
|
extern crate gobject_sys as gobject;
|
||||||
extern crate gdk_pixbuf_sys as gdk_pixbuf;
|
extern crate gdk_pixbuf_sys as gdk_pixbuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user