ros-industrial-consortium / descartes

ROS-Industrial Special Project: Cartesian Path Planner
Apache License 2.0
126 stars 92 forks source link

Suppress static function unused warning #165

Closed davetcoleman closed 8 years ago

davetcoleman commented 8 years ago

When compiling descartes with the roscon_2015 demos, I get unused function warnings. In this PR I use a function declaration so that we can add the 'unused' attribute, which prevents those compiler warnings

jrgnicho commented 8 years ago

+1