Skip to content

Commit

Permalink
Remove Werror from test_quality_of_service. (#503)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
clalancette authored Jun 24, 2022
1 parent 4318235 commit a1abf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_quality_of_service/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if(NOT CMAKE_CXX_STANDARD)
endif()

if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
add_compile_options(-Wall -Wextra -Wpedantic)
endif()

find_package(ament_cmake REQUIRED)
Expand Down

0 comments on commit a1abf4c

Please sign in to comment.