ethz-asl / rotors_simulator

RotorS is a UAV gazebo simulator
1.23k stars 758 forks source link

yaml_cpp unused-variable warnings #366

Open jgoppert opened 7 years ago

jgoppert commented 7 years ago

This fills up my screen when I build master and is pretty annoying, is there any way we can make it less verbose or fix it?

/home/jgoppert/git/catkin/build/yaml_cpp_catkin/yaml_cpp_src-prefix/src/yaml_cpp_src/test/specexamples.h:839:13: warning: ‘{anonymous}::ex8_22’ defined but not used [-Wunused-variable]
 const char *ex8_22 =
tmoebius commented 7 years ago

I experienced the same warning. Are there any solutions to this?