Lines Matching refs:UNREFERENCED
23 // Unreferenced Parameter25 // This define is used to eliminate the compiler warning about an unreferenced parameter. Basically, it tells26 // the compiler that it is not an accident that the parameter is unreferenced.954 #define UNREFERENCED(a) ((void)(a))