Make some warnings errors in the cef port.

This commit is contained in:
Ms2ger 2014-10-23 16:33:52 +02:00
parent 95befc2ab2
commit a8dc87aa2c

View file

@ -5,6 +5,7 @@
#![feature(globs, macro_rules, phase, thread_local, link_args)]
#![allow(experimental, non_camel_case_types)]
#![deny(unused_imports, unused_variable, unused_mut)]
#![feature(phase)]
#[phase(plugin, link)]