mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove CEF warnings about unused features and snake case names.
This commit is contained in:
parent
803f39df19
commit
03e3cb24b9
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![feature(borrow_state)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(convert)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(filling_drop)]
|
||||
#![feature(iter_arith)]
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
macro_rules! stub(
|
||||
($name:ident) => (
|
||||
#[no_mangle]
|
||||
#[allow(non_snake_case)]
|
||||
pub extern "C" fn $name() {
|
||||
println!("CEF stub function called: {}", stringify!($name));
|
||||
unsafe {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue