Skip to content

Commit a6b251a

Browse files
Fixed a comment
Signed-off-by: Shintaro Sakoda <shintaro.sakoda@tier4.jp>
1 parent f6cdffd commit a6b251a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map/map_height_fitter/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ament_auto_add_library(map_height_fitter SHARED
1111
target_link_libraries(map_height_fitter ${PCL_LIBRARIES})
1212

1313
# 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.
14+
# These are treated as errors in compile, so pedantic warnings are disabled for this package.
1515
target_compile_options(map_height_fitter PRIVATE -Wno-pedantic)
1616

1717
ament_auto_add_executable(node

0 commit comments

Comments
 (0)