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

rosmake compiler warnings

asked 2011-07-05 19:24:02 -0500

sunilsulania9192 gravatar image

updated 2011-07-06 06:22:01 -0500

mmwise gravatar image

I was trying to rosmake turtlebot_apps on beagleboard and got compiler warnings like

[rosmake-0] Finished <<< kdl [PASS] [ 9.12 seconds ] -- WARNING: 2 compiler warnings

Should I really care about those warnings? Are they similar as normal compiler warnings?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2011-07-05 22:08:30 -0500

dornhege gravatar image

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.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2011-07-05 19:24:02 -0500

Seen: 559 times

Last updated: Jul 06 '11