Skip to content

Commit b57941b

Browse files
committed
added -Werror compile flag
1 parent 5ffbd5b commit b57941b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robotiq_hande_driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
project(robotiq_hande_driver)
33

44
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
5-
add_compile_options(-Wall -Wextra -Wpedantic)
5+
add_compile_options(-Wall -Wextra -Wpedantic -Werror)
66
endif()
77

88
set(HW_IF_INCLUDE_DEPENDS fmt hardware_interface pluginlib rclcpp

0 commit comments

Comments
 (0)