ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

They are exactly the same as normal compiler warnings.

rosmake records warnings from a compile and gives you the condensed output you see. Usually you also get an output that tells you where the logfile is that contains the compile output with the warnings to look at.

As for caring: Ideally code compiles without warnings. Otherwise it depends on the warnings itself. For ROS packages I would assume/hope that the warnings should not lead to bugs.