ros2 / rmw_fastrtps

Implementation of the ROS Middleware (rmw) Interface using eProsima's Fast RTPS.
Apache License 2.0
157 stars 117 forks source link

Quiet compiler warning in Release mode. #730

Closed clalancette closed 1 year ago

clalancette commented 1 year ago

In particular, when building in release mode the assert is compiled out, so 'identifier' is never used. Just quiet this warning.

clalancette commented 1 year ago

CI: