ros2 / rmw_cyclonedds

ROS 2 RMW layer for Eclipse Cyclone DDS
Apache License 2.0
108 stars 89 forks source link

Make sure to add semicolons to the CHECK_TYPE_IDENTIFIER_MATCH. #432

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

That way it is an actual C/C++ statement, and we can make minor changes to that macro as needed.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

On its own, this isn't interesting, but I'm going to be doing some minor modifications to the RMW_CHECK_TYPE_IDENTIFIERS_MATCH macro that requires this.

clalancette commented 1 year ago

CI: