Skip to content

Commit 1563c56

Browse files
author
AndyZe
committed
Ignore -Wredundant-decls warnings in CI testing
This triggers a rosidl bug. See ros2/rosidl_typesupport_fastrtps#28
1 parent 9e2a018 commit 1563c56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ env:
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

2729
jobs:
2830
fast_finish: true

0 commit comments

Comments
 (0)