File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,15 @@ struct MessageTypeName {
5252/// can be used as a factory to create message instances.
5353#[ derive( Clone ) ]
5454pub struct DynamicMessageMetadata {
55+ #[ allow( dead_code) ]
5556 message_type : MessageTypeName ,
5657 // The library needs to be kept loaded in order to keep the type_support_ptr valid.
5758 #[ allow( dead_code) ]
5859 introspection_type_support_library : Arc < libloading:: Library > ,
60+ #[ allow( dead_code) ]
5961 type_support_ptr : * const rosidl_message_type_support_t ,
60- fini_function : unsafe extern "C" fn ( * mut libc:: c_void ) ,
62+ #[ allow( dead_code) ]
63+ fini_function : unsafe extern "C" fn ( * mut std:: os:: raw:: c_void ) ,
6164}
6265
6366// ========================= impl for DynamicMessagePackage =========================
You can’t perform that action at this time.
0 commit comments