Skip to content

Commit 4481f99

Browse files
committed
Add blocklist to rosidl_dynamic_support
Signed-off-by: Taehun Lim <taehun.lim@42dot.ai>
1 parent b647fe9 commit 4481f99

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rclrs/build.rs

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ fn main() {
3636
.allowlist_var("rmw_.*")
3737
.allowlist_var("rcutils_.*")
3838
.allowlist_var("rosidl_.*")
39+
.blocklist_function("rosidl_dynamic_.*")
40+
.blocklist_function("rmw_take_dynamic_.*")
41+
.blocklist_function("rcl_take_dynamic_.*")
42+
.blocklist_function("rmw_serialization_support_init")
3943
.layout_tests(false)
4044
.size_t_is_usize(true)
4145
.default_enum_style(bindgen::EnumVariation::Rust {

0 commit comments

Comments
 (0)