Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:DEBUG_UNUSED

359 /*!	@defined	DEBUG_UNUSED
365 There is no universally supported pragma/attribute for indicating a variable is unused. DEBUG_UNUSED lets us
369 #define DEBUG_UNUSED( X ) (void)( X )