File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- diff --git a/CMakeLists.txt b/CMakeLists.txt
2- index b4e0f6cab..896175fad 100644
3- --- a/CMakeLists.txt
4- +++ b/CMakeLists.txt
5- @@ -1,11 +1,6 @@
6- cmake_minimum_required(VERSION 3.16)
7- project(hardware_interface LANGUAGES CXX)
8-
9- - if(CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
10- - add_compile_options(-Wall -Wextra -Werror=conversion -Werror=unused-but-set-variable -Werror=return-type -Werror=shadow
11- - -Werror=missing-braces)
12- - endif()
13- -
14- # using this instead of visibility macros
15- # S1 from https://github.com/ros-controls/ros2_controllers/issues/1053
16- set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
171diff --git a/include/hardware_interface/async_components.hpp b/include/hardware_interface/async_components.hpp
182index 052c4ba92..85efed01f 100644
193--- a/include/hardware_interface/async_components.hpp
You can’t perform that action at this time.
0 commit comments