mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
auto merge of #4570 : Manishearth/servo/android-warn, r=jdm
My local android build is a bit wonky so I'm not sure if all warnings have been fixed, though. I'll try to poke around and fix it.
This commit is contained in:
commit
d9751c0fbb
2 changed files with 7 additions and 3 deletions
|
@ -33,6 +33,7 @@ use util::cursor::Cursor;
|
|||
use std::ptr;
|
||||
|
||||
struct HeadlessContext {
|
||||
#[allow(dead_code)]
|
||||
context: glutin::HeadlessContext,
|
||||
size: TypedSize2D<DevicePixel, uint>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue