From a8dc87aa2c8317a85517ecdf5d0b2d94d6cf41fc Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 23 Oct 2014 16:33:52 +0200 Subject: [PATCH] Make some warnings errors in the cef port. --- ports/cef/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/cef/lib.rs b/ports/cef/lib.rs index a4e12301137..c84879937f3 100644 --- a/ports/cef/lib.rs +++ b/ports/cef/lib.rs @@ -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)]