Fix warnings

This commit is contained in:
gwenn 2016-03-30 18:28:03 +02:00
parent 5541cb06fe
commit b802230d56

View File

@ -103,7 +103,7 @@ impl InnerConnection {
c_name.as_ptr(),
module,
mem::transmute(boxed_aux),
Some(mem::transmute(free_boxed_value::<A>)))
Some(free_boxed_value::<A>))
}
}
None => unsafe {