mirror of
https://github.com/servo/servo.git
synced 2025-10-08 20:49:24 +01:00
Fix and disable some compile warnings.
This commit is contained in:
parent
eae9b94399
commit
3e3536cf39
6 changed files with 6 additions and 2 deletions
|
@ -44,6 +44,7 @@ pub struct CallbackInterface {
|
|||
object: CallbackObject
|
||||
}
|
||||
|
||||
#[allow(raw_pointer_deriving)]
|
||||
#[deriving(Clone,Eq,Encodable)]
|
||||
struct CallbackObject {
|
||||
callback: Traceable<*mut JSObject>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue