Skip to content

Commit 463294f

Browse files
authored
Disabled -Werror flag, linked issue#5
1 parent c6e5aa4 commit 463294f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

robotiq_hande_driver/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ 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 -Werror)
5+
# TODO(issue#5) Fix warnings to enable the -Werror flag
6+
add_compile_options(-Wall -Wextra -Wpedantic)
67
endif()
78

89
set(HW_IF_INCLUDE_DEPENDS

0 commit comments

Comments
 (0)