We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e5aa4 commit 463294fCopy full SHA for 463294f
robotiq_hande_driver/CMakeLists.txt
@@ -2,7 +2,8 @@ cmake_minimum_required(VERSION 3.16)
2
project(robotiq_hande_driver)
3
4
if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
5
- add_compile_options(-Wall -Wextra -Wpedantic -Werror)
+ # TODO(issue#5) Fix warnings to enable the -Werror flag
6
+ add_compile_options(-Wall -Wextra -Wpedantic)
7
endif()
8
9
set(HW_IF_INCLUDE_DEPENDS
0 commit comments