File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 - TEST_BLACKLIST=ur5_moveit_config # list packages, for which to skip the unittests
2020 - UPSTREAM_WORKSPACE=.repos.yaml # pull in packages from a local
2121 - WARNINGS_OK=false # Don't accept warnings [true | false]
22- # .repos file FIXME -Werror disabled because of compiler warnings
22+ # TODO(andyz): -Werror disabled because of compiler warnings
2323 # in geometric_shapes ("redundant redeclaration of ‘void
2424 # qh_[...]’")
25- - CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-unused-function"
25+ # TODO(andyz): -Wredundant-decls disabled because of compiler warnings
26+ # See https://github.com/ros2/rosidl_typesupport_fastrtps/issues/28
27+ - CXXFLAGS="-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wno-unused-parameter -Wno-unused-but-set-parameter -Wno-unused-function"
2628
2729jobs :
2830 fast_finish : true
You can’t perform that action at this time.
0 commit comments