Searched defs:RTC_UNUSED (Results 1 – 1 of 1) sorted by relevance
22 #define RTC_UNUSED(x) static_cast<void>(x) macro24 #define RTC_UNUSED(x) (void)(x) macro