QH_UNUSED

Updated: October 28, 2024

Convenience macro that marks a variable as unused to prevent compiler warnings.

Definitions:

#define QH_UNUSED(__unused) ((void)(__unused))