ros2 / rosidl

Packages which provide the ROS IDL (.msg) definition and code generation.
Apache License 2.0
75 stars 125 forks source link

Fix a few more clang analysis problems. #731

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

In particular, make sure to mark the fact that we are C++17 (as the emplaceback signature changed), and also add in a few more (void) for benchmark tests.

clalancette commented 1 year ago

CI: