mirror of
https://github.com/servo/servo.git
synced 2025-07-14 02:43:42 +01:00
Make some warnings errors in the cef port.
This commit is contained in:
parent
95befc2ab2
commit
a8dc87aa2c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
#![feature(globs, macro_rules, phase, thread_local, link_args)]
|
#![feature(globs, macro_rules, phase, thread_local, link_args)]
|
||||||
|
|
||||||
#![allow(experimental, non_camel_case_types)]
|
#![allow(experimental, non_camel_case_types)]
|
||||||
|
#![deny(unused_imports, unused_variable, unused_mut)]
|
||||||
|
|
||||||
#![feature(phase)]
|
#![feature(phase)]
|
||||||
#[phase(plugin, link)]
|
#[phase(plugin, link)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue