BLE_API

Revision:
772:b6d27ab66c94
Parent:
770:079b714e9c1a
Child:
778:04488024e560
diff -r 26b809199308 -r b6d27ab66c94 ble/Gap.h
--- a/ble/Gap.h	Fri Aug 07 15:55:21 2015 +0100
+++ b/ble/Gap.h	Fri Aug 07 15:55:21 2015 +0100
@@ -410,6 +410,7 @@
 protected:
     /* Override the following in the underlying adaptation layer to provide the functionality of scanning. */
     virtual ble_error_t startRadioScan(const GapScanningParams &scanningParams) {
+        (void)scanningParams;
         return BLE_ERROR_NOT_IMPLEMENTED; /* Requesting action from porter(s): override this API if this capability is supported. */
     }