QH_UNUSED

Updated: April 19, 2023

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

Definitions:

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