You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps this is specific to WASI's libc, but when I compile test_msgs I am getting 7 warnings from w_strings__type_support.cpp about invalid offsets. For example:
test_msgs/rosidl_typesupport_introspection_cpp/test_msgs/msg/detail/w_strings__type_support.cpp:123:5: warning: offset of on non-standard-layout type 'test_msgs::msg::WStrings' (aka 'WStrings_<std::allocator<void>>') [-Winvalid-offsetof]
offsetof(test_msgs::msg::WStrings, wstring_value), // bytes offset in struct
^ ~~~~~~~~~~~~~
/opt/wasi-sdk/lib/clang/13.0.0/include/stddef.h:104:24: note: expanded from macro 'offsetof'
#define offsetof(t, d) __builtin_offsetof(t, d)
^ ~
Expected behavior
No warnings should be produced during compilation.
Actual behavior
The above warning appears 7 times
The text was updated successfully, but these errors were encountered:
Bug report
Required Info:
Steps to reproduce issue
Perhaps this is specific to WASI's libc, but when I compile
test_msgs
I am getting 7 warnings fromw_strings__type_support.cpp
about invalid offsets. For example:Expected behavior
No warnings should be produced during compilation.
Actual behavior
The above warning appears 7 times
The text was updated successfully, but these errors were encountered: