Can catkin_make show all warnings?
Is there a way to have catkin_make
print all warnings? I am using Jenkins to test the builds of packages under Ubuntu 12.04 and ROS Hydro. I would like to track all the warnings from the packages and need to have those printed out. The best solution for me would be a command line argument rather than editing existing CMakeLists.txt files to add a definition for -Wall
. I've found that the first time I build packages the warnings are printed but after the first build the warnings are suppressed.
I have looked at the output of catkin_make --help
and none of the --cmake-args
or --make-args
seem to do what I want.