mirror of
https://github.com/espressif/openthread.git
synced 2026-07-12 23:24:09 +00:00
[style] apply OT_UNUSED_VARIABLE (#3299)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user