Top Level
Components
Guides
Documenting
Defined in carb/Defines.h
Portable way to mark unused variables as used.
This tricks the compiler into thinking that the variables are used, eliminating warnings about unused variables.
args – Any variables or arguments that should be marked as unused.