BLE: Fix compiler warning about unused variable.

pull/8738/head
Vincent Coubard 2018-11-23 17:02:09 +00:00
parent 2a08549b8d
commit d32354a7a6
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ void Gap::getPermittedTxPowerValues(
) {
/* Avoid compiler warnings about unused variables. */
(void)valueArrayPP;
(void)countP;
/* Requesting action from porter(s): override this API if this capability
is supported. */