mirror of https://github.com/ARMmbed/mbed-os.git
BLE: Fix compiler warning about unused variable.
parent
2a08549b8d
commit
d32354a7a6
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue