[style] apply OT_UNUSED_VARIABLE (#3299)

This commit is contained in:
Jonathan Hui
2018-11-14 00:58:12 -08:00
parent 2de3258cbd
commit f6afc5599a
92 changed files with 739 additions and 623 deletions
+3 -3
View File
@@ -550,9 +550,9 @@ otError otThreadRegisterParentResponseCallback(otInstance * aI
return OT_ERROR_NONE;
#else
(void)aInstance;
(void)aCallback;
(void)aContext;
OT_UNUSED_VARIABLE(aInstance);
OT_UNUSED_VARIABLE(aCallback);
OT_UNUSED_VARIABLE(aContext);
return OT_ERROR_DISABLED_FEATURE;
#endif