Home
last modified time | relevance | path

Searched refs:VARIABLE (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/include/openthread/platform/
Dtoolchain.h206 #define OT_UNUSED_VARIABLE(VARIABLE) \ argument
209 if (&VARIABLE == NULL) \
222 #define OT_UNUSED_VARIABLE(VARIABLE) \
225 if (&VARIABLE == NULL) \
236 #define OT_UNUSED_VARIABLE(VARIABLE) \
239 if (&VARIABLE == NULL) \
253 #define OT_UNUSED_VARIABLE(VARIABLE) \
256 (void)(VARIABLE); \