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:
bors-servo 2015-01-08 21:54:48 -07:00
commit d9751c0fbb
2 changed files with 7 additions and 3 deletions

View file

@ -33,6 +33,7 @@ use util::cursor::Cursor;
use std::ptr;
struct HeadlessContext {
#[allow(dead_code)]
context: glutin::HeadlessContext,
size: TypedSize2D<DevicePixel, uint>,
}