rcl  master
C API providing common ROS client library functionality.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros
macros.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RCL_WARN_UNUSED   __attribute__((warn_unused_result))
 Ignored return values of functions with this macro will emit a warning. More...
 
#define RCL_UNUSED(x)   (void)(x)
 

Macro Definition Documentation

◆ RCL_WARN_UNUSED

#define RCL_WARN_UNUSED   __attribute__((warn_unused_result))

Ignored return values of functions with this macro will emit a warning.

◆ RCL_UNUSED

#define RCL_UNUSED (   x)    (void)(x)