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:
13:9edad7677211
--- a/source/Authenticator.cpp	Tue Jun 14 19:56:47 2016 +0000
+++ b/source/Authenticator.cpp	Tue Jun 14 20:18:30 2016 +0000
@@ -45,4 +45,4 @@
 }
 
 // authenticator 
-bool Authenticator::authenticate(void *challenge) { return false; }
\ No newline at end of file
+bool Authenticator::authenticate(void * /*challenge */) { return false; }
\ No newline at end of file