Lines Matching refs:DEBUG_UNUSED
359 /*! @defined DEBUG_UNUSED365 There is no universally supported pragma/attribute for indicating a variable is unused. DEBUG_UNUSED lets us369 #define DEBUG_UNUSED( X ) (void)( X )