grid_map
grid_map copied to clipboard
Compilation warnings
When grid_map project is compiled, a lot of warnings derived from Eigen3 library happens. It can be solved changing each CMakeList of the project to avoid the warning output (https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/).
Can you modify the CMakeList in a way that these warnings do not appear?