Created
March 6, 2018 15:59
-
-
Save vmayoral/f262914c7effdebd5420ea6448f9ccd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@d58ba90cc0d3:~/ros2_riot_ws/install/listener_c# make BOARD=samr21-xpro | |
| Building application "listener_c" for "samr21-xpro" with MCU "samd21". | |
| "make" -C /root/ros2_riot_ws/install/RIOT/pkg/micro-ecc | |
| rm -Rf /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc | |
| mkdir -p /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc | |
| /root/ros2_riot_ws/install/RIOT/dist/tools/git/git-cache clone "https://github.com/kmackay/micro-ecc.git" "b6c0cdbe7d20af48b0c2a909a66ff00b093d1542" "/root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc" | |
| Cloning into '/root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc'... | |
| remote: Counting objects: 1086, done. | |
| remote: Total 1086 (delta 0), reused 0 (delta 0), pack-reused 1086 | |
| Receiving objects: 100% (1086/1086), 647.95 KiB | 344.00 KiB/s, done. | |
| Resolving deltas: 100% (637/637), done. | |
| Checking connectivity... done. | |
| HEAD is now at b6c0cdb... Add functions to get the private/public key size for a curve (#73) | |
| touch /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc/.git-downloaded | |
| git -C /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc checkout -f b6c0cdbe7d20af48b0c2a909a66ff00b093d1542 | |
| HEAD is now at b6c0cdb... Add functions to get the private/public key size for a curve (#73) | |
| git -C /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc am --ignore-whitespace "/root/ros2_riot_ws/install/RIOT/pkg/micro-ecc"/patches/*.patch | |
| Applying: Add RIOT Makefile | |
| Applying: Include RIOT Hardware RNG interface | |
| Applying: Silence warning of unused variable | |
| touch /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc/.git-patched | |
| make -C /root/ros2_riot_ws/install/listener_c/bin/pkg/samr21-xpro/micro-ecc | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/include/rcl/rcl.h:81, | |
| from /root/ros2_riot_ws/install/include/rclc/types.h:23, | |
| from /root/ros2_riot_ws/install/include/rclc/rclc.h:26, | |
| from /root/ros2_riot_ws/install/listener_c/main.c:1: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/listener_c/main.c:1:0: | |
| /root/ros2_riot_ws/install/include/rclc/rclc.h:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rclc_create_executor(); | |
| ^~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rclc/rclc.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rclc_executor_spin(); | |
| ^~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/std_msgs/msg/string.h:8:0, | |
| from /root/ros2_riot_ws/install/listener_c/main.c:3: | |
| /root/ros2_riot_ws/install/include/std_msgs/msg/string__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| std_msgs__msg__String__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/std_msgs/msg/string.h:9:0, | |
| from /root/ros2_riot_ws/install/listener_c/main.c:3: | |
| /root/ros2_riot_ws/install/include/std_msgs/msg/string__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, std_msgs, msg, String)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| "make" -C /root/ros2_riot_ws/install/RIOT/boards/samr21-xpro | |
| "make" -C /root/ros2_riot_ws/install/RIOT/core | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/samd21 | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/cortexm_common | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/cortexm_common/periph | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/sam0_common | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/sam0_common/periph | |
| "make" -C /root/ros2_riot_ws/install/RIOT/cpu/samd21/periph | |
| "make" -C /root/ros2_riot_ws/install/RIOT/drivers | |
| "make" -C /root/ros2_riot_ws/install/RIOT/drivers/ethos | |
| "make" -C /root/ros2_riot_ws/install/RIOT/drivers/netdev_eth | |
| "make" -C /root/ros2_riot_ws/install/RIOT/drivers/periph_common | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/auto_init | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/auto_init/netif | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/cbor | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/crypto | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/crypto/modes | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/div | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/hashes | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/isrpipe | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/crosslayer/netopt | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/netapi | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/netif | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/netif/hdr | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/netreg | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/pkt | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/pktbuf_static | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/net/gnrc/link_layer/netdev | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/newlib_syscalls_default | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/pm_layered | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/random | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/random/tinymt32 | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/tsrb | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/uart_stdio | |
| "make" -C /root/ros2_riot_ws/install/RIOT/sys/xtimer | |
| "make" -C /root/ros2_riot_ws/install/builtin_interfaces | |
| "make" -C /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/duration__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/builtin_interfaces/msg/duration__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| builtin_interfaces__msg__Duration__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/duration__functions.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| builtin_interfaces__msg__Duration__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/duration__functions.c: In function 'builtin_interfaces__msg__Duration__create': | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/duration__functions.c:33:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/time__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/builtin_interfaces/msg/time__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| builtin_interfaces__msg__Time__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/time__functions.c:33:1: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| builtin_interfaces__msg__Time__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/time__functions.c: In function 'builtin_interfaces__msg__Time__create': | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_generator_c/time__functions.c:33:1: warning: old-style function definition [-Wold-style-definition] | |
| "make" -C /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/builtin_interfaces/msg/time__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Time)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c: In function 'builtin_interfaces__msg__rosidl_typesupport_cbor__Time_deserialize': | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:75:47: warning: passing argument 3 of 'cbor_deserialize_int' from incompatible pointer type [-Wincompatible-pointer-types] | |
| ret += cbor_deserialize_int(&stream, ret, &msg->sec); | |
| ^ | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:8:0: | |
| /root/ros2_riot_ws/install/RIOT/sys/include/cbor.h:234:8: note: expected 'int *' but argument is of type 'int32_t * {aka long int *}' | |
| size_t cbor_deserialize_int(const cbor_stream_t *stream, size_t offset, | |
| ^~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/builtin_interfaces/msg/time__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:10: | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c: At top level: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Time)() { | |
| ^ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Time)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__builtin_interfaces__msg__Time': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Time)() { | |
| ^ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/time__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Time)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/builtin_interfaces/msg/duration__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Duration)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c: In function 'builtin_interfaces__msg__rosidl_typesupport_cbor__Duration_deserialize': | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:75:47: warning: passing argument 3 of 'cbor_deserialize_int' from incompatible pointer type [-Wincompatible-pointer-types] | |
| ret += cbor_deserialize_int(&stream, ret, &msg->sec); | |
| ^ | |
| In file included from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:8:0: | |
| /root/ros2_riot_ws/install/RIOT/sys/include/cbor.h:234:8: note: expected 'int *' but argument is of type 'int32_t * {aka long int *}' | |
| size_t cbor_deserialize_int(const cbor_stream_t *stream, size_t offset, | |
| ^~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/builtin_interfaces/msg/duration__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:10: | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c: At top level: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Duration)() { | |
| ^ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Duration)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__builtin_interfaces__msg__Duration': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Duration)() { | |
| ^ | |
| /root/ros2_riot_ws/install/builtin_interfaces/builtin_interfaces__rosidl_typesupport_cbor/duration__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, builtin_interfaces, msg, Duration)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| "make" -C /root/ros2_riot_ws/install/ndn-riot | |
| "make" -C /root/ros2_riot_ws/install/ndn-riot/encoding | |
| "make" -C /root/ros2_riot_ws/install/rcl | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/rcl/time.c:15: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcl/expand_topic_name.h:23:0, | |
| from /root/ros2_riot_ws/install/rcl/service.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/service.c:27: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/service.c:27:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/service.c: In function 'rcl_get_zero_initialized_service': | |
| /root/ros2_riot_ws/install/rcl/service.c:39:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_service() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/service.c: In function 'rcl_service_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/service.c:198:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_service_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/include/rcl/rcl.h:81, | |
| from /root/ros2_riot_ws/install/rcl/rcl.c:20: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/rcl.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/rcl.c:26:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/rcl.c:37:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| __clean_up_init() | |
| ^~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/rcl.c: In function '__clean_up_init': | |
| /root/ros2_riot_ws/install/rcl/rcl.c:37:1: warning: old-style function definition [-Wold-style-definition] | |
| /root/ros2_riot_ws/install/rcl/rcl.c: In function 'rcl_shutdown': | |
| /root/ros2_riot_ws/install/rcl/rcl.c:118:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_shutdown() | |
| ^~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/rcl.c: In function 'rcl_get_instance_id': | |
| /root/ros2_riot_ws/install/rcl/rcl.c:131:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_instance_id() | |
| ^~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/rcl.c: In function 'rcl_ok': | |
| /root/ros2_riot_ws/install/rcl/rcl.c:137:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_ok() | |
| ^~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcl/expand_topic_name.h:23:0, | |
| from /root/ros2_riot_ws/install/rcl/client.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/client.c:27: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/client.c:27:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/client.c: In function 'rcl_get_zero_initialized_client': | |
| /root/ros2_riot_ws/install/rcl/client.c:43:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_client() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/client.c: In function 'rcl_client_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/client.c:195:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_client_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/rcl/wait.c:20: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/wait.c:30: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/wait.c:30:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/wait.c: In function 'rcl_get_zero_initialized_wait_set': | |
| /root/ros2_riot_ws/install/rcl/wait.c:50:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_wait_set() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/include/rcl/rcl.h:81, | |
| from /root/ros2_riot_ws/install/rcl/node.c:28: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/node.c:31: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/node.c:31:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/node.c:35:0: | |
| /root/ros2_riot_ws/install/include/rmw/node_security_options.h:27:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rmw_get_zero_initialized_node_security_options(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rmw/node_security_options.h:31:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rmw_get_default_node_security_options(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/node.c: In function 'rcl_get_zero_initialized_node': | |
| /root/ros2_riot_ws/install/rcl/node.c:82:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_node() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/node.c: In function 'rcl_node_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/node.c:391:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_node_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/rmw_implementation_identifier_check.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/rmw_implementation_identifier_check.c:26:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rmw/rmw.h:88, | |
| from /root/ros2_riot_ws/install/rcl/rmw_implementation_identifier_check.c:28: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rmw/names_and_types.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/graph.h:23, | |
| from /root/ros2_riot_ws/install/rcl/graph.c:20: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/include/rcl/rcl.h:81, | |
| from /root/ros2_riot_ws/install/rcl/guard_condition.c:23: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/guard_condition.c: In function 'rcl_get_zero_initialized_guard_condition': | |
| /root/ros2_riot_ws/install/rcl/guard_condition.c:35:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_guard_condition() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/guard_condition.c: In function 'rcl_guard_condition_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/guard_condition.c:133:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_guard_condition_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcl/expand_topic_name.h:23:0, | |
| from /root/ros2_riot_ws/install/rcl/subscription.c:25: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/subscription.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/subscription.c:26:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/subscription.c: In function 'rcl_get_zero_initialized_subscription': | |
| /root/ros2_riot_ws/install/rcl/subscription.c:38:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_subscription() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/subscription.c: In function 'rcl_subscription_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/subscription.c:192:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_subscription_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/rcl/timer.c:20: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/timer.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/timer.c:26:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/timer.c: In function 'rcl_get_zero_initialized_timer': | |
| /root/ros2_riot_ws/install/rcl/timer.c:44:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_timer() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcl/expand_topic_name.h:23:0, | |
| from /root/ros2_riot_ws/install/rcl/publisher.c:27: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcl/publisher.c:28: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcl/publisher.c:28:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/publisher.c: In function 'rcl_get_zero_initialized_publisher': | |
| /root/ros2_riot_ws/install/rcl/publisher.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_get_zero_initialized_publisher() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl/publisher.c: In function 'rcl_publisher_get_default_options': | |
| /root/ros2_riot_ws/install/rcl/publisher.c:192:1: warning: old-style function definition [-Wold-style-definition] | |
| rcl_publisher_get_default_options() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcl/expand_topic_name.h:23:0, | |
| from /root/ros2_riot_ws/install/rcl/expand_topic_name.c:20: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| "make" -C /root/ros2_riot_ws/install/rcl_interfaces | |
| "make" -C /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__response__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameterTypes_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameterTypes_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__response__functions.c: In function 'rcl_interfaces__srv__GetParameterTypes_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__response__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParameters_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__response__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParameters_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__response__functions.c: In function 'rcl_interfaces__srv__SetParameters_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_value__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_value__functions.c:57:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_value__functions.c: In function 'rcl_interfaces__msg__ParameterValue__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_value__functions.c:57:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__response__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameters_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__response__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameters_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__response__functions.c: In function 'rcl_interfaces__srv__GetParameters_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameterTypes_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__request__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameterTypes_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__request__functions.c: In function 'rcl_interfaces__srv__GetParameterTypes_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameter_types__request__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event_descriptors__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event_descriptors__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterEventDescriptors__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event_descriptors__functions.c:15:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event_descriptors__functions.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterEventDescriptors__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event_descriptors__functions.c: In function 'rcl_interfaces__msg__ParameterEventDescriptors__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event_descriptors__functions.c:56:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__response__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__ListParameters_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__response__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ListParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__ListParameters_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__response__functions.c: In function 'rcl_interfaces__srv__ListParameters_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__response__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__DescribeParameters_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__response__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__DescribeParameters_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__response__functions.c: In function 'rcl_interfaces__srv__DescribeParameters_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterEvent__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event__functions.c:15:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event__functions.c:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterEvent__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event__functions.c: In function 'rcl_interfaces__msg__ParameterEvent__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_event__functions.c:56:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__response__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__response__functions.h:51:1: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParametersAtomically_Response__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__response__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__response__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParametersAtomically_Response__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__response__functions.c: In function 'rcl_interfaces__srv__SetParametersAtomically_Response__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__response__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters_result__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ListParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters_result__functions.c:48:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ListParametersResult__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters_result__functions.c: In function 'rcl_interfaces__msg__ListParametersResult__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters_result__functions.c:48:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParametersAtomically_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__request__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__request__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParametersAtomically_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__request__functions.c: In function 'rcl_interfaces__srv__SetParametersAtomically_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_atomically__request__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter__functions.c:15:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter__functions.c:49:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter__functions.c: In function 'rcl_interfaces__msg__Parameter__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter__functions.c:49:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_result__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_result__functions.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_result__functions.c: In function 'rcl_interfaces__msg__SetParametersResult__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters_result__functions.c:42:1: warning: old-style function definition -Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameters_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__request__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__GetParameters_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__request__functions.c: In function 'rcl_interfaces__srv__GetParameters_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/get_parameters__request__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_type__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_type__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterType__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_type__functions.c:29:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterType__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_type__functions.c: In function 'rcl_interfaces__msg__ParameterType__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_type__functions.c:29:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_descriptor__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_descriptor__functions.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_descriptor__functions.c: In function 'rcl_interfaces__msg__ParameterDescriptor__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/parameter_descriptor__functions.c:42:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/intra_process_message__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/intra_process_message__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__IntraProcessMessage__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/intra_process_message__functions.c:33:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__IntraProcessMessage__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/intra_process_message__functions.c: In function 'rcl_interfaces__msg__IntraProcessMessage__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/intra_process_message__functions.c:33:1: warning: old-style function definition -Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParameters_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__request__functions.c:13:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__request__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__SetParameters_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__request__functions.c: In function 'rcl_interfaces__srv__SetParameters_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/set_parameters__request__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__ListParameters_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__request__functions.c:42:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__ListParameters_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__request__functions.c: In function 'rcl_interfaces__srv__ListParameters_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/list_parameters__request__functions.c:42:1: warning: old-style function definition [-Wold-style-definition] | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__request__functions.c:4:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__request__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__DescribeParameters_Request__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__request__functions.c:40:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__srv__DescribeParameters_Request__create() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__request__functions.c: In function 'rcl_interfaces__srv__DescribeParameters_Request__create': | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_generator_c/describe_parameters__request__functions.c:40:1: warning: old-style function definition [-Wold-style-definition] | |
| "make" -C /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ListParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, ListParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:89:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:89:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__ListParameters_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:89:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__response__type_support.c:89:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, ParameterDescriptor)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__DescribeParameters_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:174:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:174:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ParameterValue': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:174:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_value__type_support.c:174:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, ParameterValue)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__GetParameters_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEvent)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:23: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:23: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:27:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:226:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEvent)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:226:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEvent)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ParameterEvent': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:226:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEvent)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event__type_support.c:226:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEvent)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__GetParameterTypes_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__request__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__DescribeParameters_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__request__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event_descriptors__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEventDescriptors)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:23: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterDescriptor__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:23: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, ParameterDescriptor)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:27:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_event_descriptors__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:226:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEventDescriptors)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:226:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEventDescriptors)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ParameterEventDescriptors': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:226:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEventDescriptors)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_event_descriptors__type_support.c:226:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterEventDescriptors)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:122:1: note: in expansion of macro ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__SetParameters_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:122:1: note: in expansion of macro ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__request__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:102:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:102:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__SetParametersResult': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:102:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_result__type_support.c:102:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameterTypes)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameterTypes)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameterTypes)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__GetParameterTypes': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameterTypes)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameterTypes)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParameters)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__SetParameters': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__Parameter__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__SetParametersAtomically_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__request__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:2: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:2: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, SetParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:1: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:89:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:89:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__SetParametersAtomically_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:89:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__response__type_support.c:89:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:87:51: note: in expansion of macro rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__GetParameters_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__request__type_support.c:87:51: note: in expansion of macro rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__request__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:104:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:104:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__ListParameters_Request': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:104:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__request__type_support.c:104:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__ParameterValue__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, ParameterValue)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_value__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterValue)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:108:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:108:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__Parameter': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:108:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter__type_support.c:108:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, Parameter)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParametersAtomically)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters_atomically__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParametersAtomically_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParametersAtomically)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParametersAtomically)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__SetParametersAtomically': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParametersAtomically)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters_atomically__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, SetParametersAtomically)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, DescribeParameters)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/describe_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, DescribeParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, DescribeParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, DescribeParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__DescribeParameters': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, DescribeParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/describe_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, DescribeParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result.h:8:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__functions.h:51:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcl_interfaces__msg__SetParametersResult__create(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result.h:9:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:21: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__type_support.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_c, rcl_interfaces, msg, SetParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:23:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/set_parameters_result__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, SetParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/set_parameters__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__SetParameters_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:122:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/set_parameters__response__type_support.c:122:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, SetParameters_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/intra_process_message__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype -Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, IntraProcessMessage)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/intra_process_message__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, IntraProcessMessage)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, IntraProcessMessage)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__IntraProcessMessage': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:100:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, IntraProcessMessage)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/intra_process_message__type_support.c:100:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, IntraProcessMessage)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/list_parameters_result__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:105:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:105:51: note: in expansion of macro rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ListParametersResult': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:105:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters_result__type_support.c:105:51: note: in expansion of macro rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ListParametersResult)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_type__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterType)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_type__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:45:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterType)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:45:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterType)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ParameterType': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:45:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterType)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_type__type_support.c:45:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterType)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameters)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__GetParameters': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, GetParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, ListParameters)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:11:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__request__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:12:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/list_parameters__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:36:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Request)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:39:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, ListParameters_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/service_type_support_struct.h:20:0, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:7: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, ListParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, ListParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c: In function 'rosidl_typesupport_c__get_service_type_support_handle__rcl_interfaces__srv__ListParameters': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:43:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, ListParameters)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/list_parameters__type_support.c:43:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, ListParameters)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/msg/parameter_descriptor__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:102:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:102:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__msg__ParameterDescriptor': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:102:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/parameter_descriptor__type_support.c:102:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, msg, ParameterDescriptor)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:10:0: | |
| /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__response__rosidl_typesupport_cbor.h:20:3: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rosidl_generator_c/message_type_support_struct.h:19:0, | |
| from /root/ros2_riot_ws/install/include/rcl_interfaces/srv/get_parameter_types__response__rosidl_typesupport_cbor.h:8, | |
| from /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:10: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c: In function 'rosidl_typesupport_c__get_message_type_support_handle__rcl_interfaces__srv__GetParameterTypes_Response': | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:4:33: warning: old-style function definition [-Wold-style-definition] | |
| #define rosidl_typesupport_cbor rosidl_typesupport_c | |
| ^ | |
| /root/ros2_riot_ws/install/include/rosidl_typesupport_interface/macros.h:20:3: note: in definition of macro 'ROSIDL_TYPESUPPORT_INTERFACE__SYMBOL_NAME' | |
| typesupport_name ## __ ## function_name ## __ ## \ | |
| ^~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:87:1: note: in expansion of macro 'ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)() { | |
| ^ | |
| /root/ros2_riot_ws/install/rcl_interfaces/rcl_interfaces__rosidl_typesupport_cbor/get_parameter_types__response__type_support.c:87:51: note: in expansion of macro 'rosidl_typesupport_cbor' | |
| ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_cbor, rcl_interfaces, srv, GetParameterTypes_Response)() { | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
| "make" -C /root/ros2_riot_ws/install/rclc | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/include/rcl/time.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/timer.h:27, | |
| from /root/ros2_riot_ws/install/include/rcl/wait.h:31, | |
| from /root/ros2_riot_ws/install/include/rcl/rcl.h:81, | |
| from /root/ros2_riot_ws/install/include/rclc/types.h:23, | |
| from /root/ros2_riot_ws/install/include/rclc/rclc.h:26, | |
| from /root/ros2_riot_ws/install/rclc/functions.c:15: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rclc/functions.c:15:0: | |
| /root/ros2_riot_ws/install/include/rclc/rclc.h:84:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rclc_create_executor(); | |
| ^~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rclc/rclc.h:96:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rclc_executor_spin(); | |
| ^~~~~~~~~~~~~~~~~~ | |
| "make" -C /root/ros2_riot_ws/install/rcutils | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/find.h:23, | |
| from /root/ros2_riot_ws/install/rcutils/logging.c:25: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/rcutils/logging.c:28:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| /root/ros2_riot_ws/install/rcutils/logging.c:59:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/logging.c: In function 'rcutils_logging_initialize': | |
| /root/ros2_riot_ws/install/rcutils/logging.c:59:15: warning: old-style function definition [-Wold-style-definition] | |
| /root/ros2_riot_ws/install/rcutils/logging.c: At top level: | |
| /root/ros2_riot_ws/install/rcutils/logging.c:120:15: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/logging.c: In function 'rcutils_logging_shutdown': | |
| /root/ros2_riot_ws/install/rcutils/logging.c:120:15: warning: old-style function definition [-Wold-style-definition] | |
| /root/ros2_riot_ws/install/rcutils/logging.c: At top level: | |
| /root/ros2_riot_ws/install/rcutils/logging.c:141:34: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/logging.c: In function 'rcutils_logging_get_output_handler': | |
| /root/ros2_riot_ws/install/rcutils/logging.c:141:34: warning: old-style function definition [-Wold-style-definition] | |
| /root/ros2_riot_ws/install/rcutils/logging.c: At top level: | |
| /root/ros2_riot_ws/install/rcutils/logging.c:155:5: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/logging.c: In function 'rcutils_logging_get_default_logger_level': | |
| /root/ros2_riot_ws/install/rcutils/logging.c:155:5: warning: old-style function definition [-Wold-style-definition] | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| /root/ros2_riot_ws/install/rcutils/allocator.c: In function 'rcutils_get_default_allocator': | |
| /root/ros2_riot_ws/install/rcutils/allocator.c:73:1: warning: old-style function definition [-Wold-style-definition] | |
| rcutils_get_default_allocator() | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:22:0, | |
| from /root/ros2_riot_ws/install/rcutils/split.c:26: | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:110:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_initialize(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:131:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_ret_t rcutils_logging_shutdown(); | |
| ^~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:192:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_logging_output_handler_t rcutils_logging_get_output_handler(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/include/rcutils/logging.h:233:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| int rcutils_logging_get_default_logger_level(); | |
| ^~~ | |
| In file included from /root/ros2_riot_ws/install/rcutils/split.c:26:0: | |
| /root/ros2_riot_ws/install/include/rcutils/logging_macros.h:129:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| typedef bool (* RclLogFilter)(); | |
| ^~~~~~~ | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/split.h:24, | |
| from /root/ros2_riot_ws/install/rcutils/split.c:27: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| In file included from <command-line>:0:0: | |
| /root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/riotbuild/riotbuild.h:3:0: warning: "ROS_PACKAGE_NAME" redefined | |
| #define ROS_PACKAGE_NAME "listener_c" | |
| <command-line>:0:0: note: this is the location of the previous definition | |
| In file included from /root/ros2_riot_ws/install/include/rcutils/types.h:24:0, | |
| from /root/ros2_riot_ws/install/include/rcutils/time.h:26, | |
| from /root/ros2_riot_ws/install/rcutils/time_unix.c:24: | |
| /root/ros2_riot_ws/install/include/rcutils/types/string_map.h:56:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] | |
| rcutils_get_zero_initialized_string_map(); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c:42:4: error: #error no monotonic clock function available | |
| # error no monotonic clock function available | |
| ^~~~~ | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c: In function 'rcutils_system_time_now': | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c:65:3: warning: implicit declaration of function 'clock_gettime'; did you mean 'localtime'? [-Wimplicit-function-declaration] | |
| clock_gettime(CLOCK_REALTIME, ×pec_now); | |
| ^~~~~~~~~~~~~ | |
| localtime | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c: In function 'rcutils_steady_time_now': | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c:96:17: error: 'CLOCK_MONOTONIC' undeclared (first use in this function) | |
| clock_gettime(CLOCK_MONOTONIC, ×pec_now); | |
| ^~~~~~~~~~~~~~~ | |
| /root/ros2_riot_ws/install/rcutils/time_unix.c:96:17: note: each undeclared identifier is reported only once for each function it appears in | |
| /root/ros2_riot_ws/install/RIOT/Makefile.base:81: recipe for target '/root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/rcutils/time_unix.o' failed | |
| make[2]: *** [/root/ros2_riot_ws/install/listener_c/bin/samr21-xpro/rcutils/time_unix.o] Error 1 | |
| /root/ros2_riot_ws/install/RIOT/Makefile.base:20: recipe for target 'ALL--/root/ros2_riot_ws/install/rcutils' failed | |
| make[1]: *** [ALL--/root/ros2_riot_ws/install/rcutils] Error 2 | |
| /root/ros2_riot_ws/install/RIOT/Makefile.include:297: recipe for target 'all' failed | |
| make: *** [all] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment