CARB_UNUSED
Defined in carb/Defines.h
-
template<class ...Args>
void CARB_UNUSED(Args&&... args)
Portable way to mark unused variables as used.
This tricks the compiler into thinking that the variables are used, eliminating warnings about unused variables.
- Parameters:
args – Any variables or arguments that should be marked as unused.