ros / geometry2

A set of ROS packages for keeping track of coordinate transforms.
190 stars 275 forks source link

Fixed warnings in message_filter.h #434

Closed moooeeeep closed 4 years ago

moooeeeep commented 4 years ago

These parameter names were triggering warnings (-Wunused-parameter) with -Wall

As they appear to not be used in the function body, I commented them out...