Skip to content

Commit a1abf4c

Browse files
authored
Remove Werror from test_quality_of_service. (#503)
There really isn't a reason to hard-code it here, and this makes it match the rest of packages in this repository (and in all of ROS 2 more generally). Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
1 parent 4318235 commit a1abf4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_quality_of_service/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT CMAKE_CXX_STANDARD)
88
endif()
99

1010
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
11-
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
11+
add_compile_options(-Wall -Wextra -Wpedantic)
1212
endif()
1313

1414
find_package(ament_cmake REQUIRED)

0 commit comments

Comments
 (0)