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:
60:41648c4e7036
--- a/iothub_client_ll.c	Tue Jan 24 15:23:38 2017 -0800
+++ b/iothub_client_ll.c	Sat Jan 28 09:34:27 2017 -0800
@@ -596,7 +596,7 @@
                 else
                 {
                     const char* IotHubSuffix = whereIsDot + 1;
-                    memcpy(IoTHubName, hostname, whereIsDot - hostname);
+                    (void)memcpy(IoTHubName, hostname, whereIsDot - hostname);
                     IoTHubName[whereIsDot - hostname ] = '\0';
                     
                     IOTHUB_CLIENT_CONFIG temp;