mbed Connector Interface simplification API on top of mbed-client

Fork of mbedConnectorInterfaceV3 by Doug Anson

NOTE:

This repo has been replaced with https://github.com/ARMmbed/mbedConnectorInterface. No further updates will occur with this repo. Please use the github repo instead. Thanks!

Revision:
38:bb6d2be4d54c
Parent:
33:1d0b855df5a5
--- a/source/DataWrapper.cpp	Tue Jun 14 19:56:47 2016 +0000
+++ b/source/DataWrapper.cpp	Tue Jun 14 20:18:30 2016 +0000
@@ -84,7 +84,7 @@
  }
 
  // set the app key
- void DataWrapper::setAppKey(uint8_t *appkey,int appkey_length) {
+ void DataWrapper::setAppKey(uint8_t * /* appkey */,int /* appkey_length */) {
      // do nothing in the base class
      ;
  }