HomeSort by relevance Sort by last modified time
    Searched refs:DEBUG_UNUSED (Results 1 - 2 of 2) sorted by null

  /external/mdnsresponder/mDNSShared/
DebugServices.c 1134 DEBUG_UNUSED( inComponentSignature );
1135 DEBUG_UNUSED( inOptions );
1136 DEBUG_UNUSED( inExceptionString );
1137 DEBUG_UNUSED( inValue );
1138 DEBUG_UNUSED( inOutputMsg );
    [all...]
DebugServices.h 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 )
    [all...]

Completed in 8363 milliseconds