We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cdffd commit a6b251aCopy full SHA for a6b251a
map/map_height_fitter/CMakeLists.txt
@@ -11,7 +11,7 @@ ament_auto_add_library(map_height_fitter SHARED
11
target_link_libraries(map_height_fitter ${PCL_LIBRARIES})
12
13
# When adding `<depend>lanelet2_extension</depend>` to package.xml, many warnings are generated.
14
-# It is treated as errors in compile, so pedantic warnings are disabled for this package.
+# These are treated as errors in compile, so pedantic warnings are disabled for this package.
15
target_compile_options(map_height_fitter PRIVATE -Wno-pedantic)
16
17
ament_auto_add_executable(node
0 commit comments