QH_UNUSED
QNX SDP8.0QNX Helpers Developer's GuideAPIDeveloper
Convenience macro that marks a variable as unused to prevent compiler warnings.
Definitions:
#define QH_UNUSED(unused) ((void)(unused))
Page updated:
Convenience macro that marks a variable as unused to prevent compiler warnings.
#define QH_UNUSED(unused) ((void)(unused))