Skip to content

Commit 949e830

Browse files
committed
update patch
Signed-off-by: wep21 <[email protected]>
1 parent 8607626 commit 949e830

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

patch/ros-jazzy-hardware-interface.unix.patch

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,3 @@
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)
171
diff --git a/include/hardware_interface/async_components.hpp b/include/hardware_interface/async_components.hpp
182
index 052c4ba92..85efed01f 100644
193
--- a/include/hardware_interface/async_components.hpp

0 commit comments

Comments
 (0)