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
{{ message }}
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.
Suppress this specific deprecation warning in ROS 2 CI configurations as we do for unused variable warnings.
Suppressing the deprecation in situ in ros1_bridge's CMakeLists.txt holds the most appeal to me. How practical that is depends on how we design the ament_cmake change.
The text was updated successfully, but these errors were encountered:
+1 for the second option, switching to a DEPRECATION message in ament_cmake. I'll look into how straight forward this can be ignored in the consuming package (ros1_bridge).
Affected jobs
Introduced by ros2/common_interfaces#75
The warning is generated in ament_cmake which handles the
deprecated
state from package.xml.Possible resolutions:
Suppressing the deprecation in situ in ros1_bridge's CMakeLists.txt holds the most appeal to me. How practical that is depends on how we design the ament_cmake change.
The text was updated successfully, but these errors were encountered: