Merge branch 'define-tracepoint-suppress-pclint-warnings' into 'master'
Define TRACEPOINT to suppress warnings from strict(er) linters See merge request micro-ROS/ros_tracing/ros2_tracing!148
This commit is contained in:
commit
b559a740cd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
# define DECLARE_TRACEPOINT(event_name, ...) \
|
||||
TRACETOOLS_PUBLIC void(ros_trace_ ## event_name)(__VA_ARGS__);
|
||||
#else
|
||||
# define TRACEPOINT(event_name, ...)
|
||||
# define TRACEPOINT(event_name, ...) ((void) (0))
|
||||
# define DECLARE_TRACEPOINT(event_name, ...)
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue