Searched defs:UNREFERENCED_PARAMETER (Results 1 – 2 of 2) sorted by relevance
99 #define UNREFERENCED_PARAMETER(p) do { (void)p; } while (0) macro