Microsoft Azure IoTHub client libraries

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp f767zi_mqtt ... more

This library implements the Microsoft Azure IoTHub client library. The code is replicated from https://github.com/Azure/azure-iot-sdks

Revision:
58:15b0d29b2667
Parent:
57:4524910c6445
Child:
62:5a4cdacf5090
--- a/blob.c	Tue Jan 24 15:23:38 2017 -0800
+++ b/blob.c	Sat Jan 28 09:34:27 2017 -0800
@@ -75,7 +75,7 @@
                     else
                     {
                         HTTPAPIEX_HANDLE httpApiExHandle;
-                        memcpy(hostname, hostnameBegin, hostnameSize);
+                        (void)memcpy(hostname, hostnameBegin, hostnameSize);
                         hostname[hostnameSize] = '\0';
 
                         /*Codes_SRS_BLOB_02_006: [ Blob_UploadFromSasUri shall create a new HTTPAPI_EX_HANDLE by calling HTTPAPIEX_Create passing the hostname. ]*/