Fix various build warnings.

This commit is contained in:
Ms2ger 2015-01-28 20:42:39 +01:00
parent 95f71eea5c
commit 2026cbada2
20 changed files with 25 additions and 18 deletions

View file

@ -4,7 +4,7 @@
use eutil::slice_to_str;
use libc::{mod, size_t, c_int, c_ushort, c_void};
use libc::{self, size_t, c_int, c_ushort, c_void};
use libc::types::os::arch::c95::wchar_t;
use std::char;
use std::cmp::Ordering;