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:
59:7e89be231352
--- a/iothub_client.c	Tue Jan 24 15:23:38 2017 -0800
+++ b/iothub_client.c	Sat Jan 28 09:34:27 2017 -0800
@@ -1613,7 +1613,7 @@
 
                     savedData->iotHubClientFileUploadCallback = iotHubClientFileUploadCallback;
                     savedData->context = context;
-                    memcpy(savedData->source, source, size);
+                    (void)memcpy(savedData->source, source, size);
 
                     if (Lock(iotHubClientHandleData->LockHandle) != LOCK_OK) /*locking because the next statement is changing blobThreadsToBeJoined*/
                     {