Azure IoT / iothub_amqp_transport

Dependents:   sht15_remote_monitoring RobotArmDemo iothub_client_sample_amqp iothub_client_sample_amqp ... more

Files at this revision

API Documentation at this revision

Comitter:
AzureIoTClient
Date:
Fri May 04 13:22:48 2018 -0700
Parent:
51:269e65571b39
Child:
53:e21e1e88460f
Commit message:
1.2.4

Changed in this revision

iothub_client_retry_control.h Show annotated file Show diff for this revision Revisions of this file
--- a/iothub_client_retry_control.h	Tue Mar 20 10:27:24 2018 -0700
+++ b/iothub_client_retry_control.h	Fri May 04 13:22:48 2018 -0700
@@ -9,15 +9,16 @@
 #include "azure_c_shared_utility/optionhandler.h"
 #include "azure_c_shared_utility/umock_c_prod.h"
 #include "iothub_client_ll.h"
+#include "azure_c_shared_utility/const_defines.h"
 
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-static const char* RETRY_CONTROL_OPTION_INITIAL_WAIT_TIME_IN_SECS = "initial_wait_time_in_secs";
-static const char* RETRY_CONTROL_OPTION_MAX_JITTER_PERCENT = "max_jitter_percent";
-static const char* RETRY_CONTROL_OPTION_SAVED_OPTIONS = "retry_control_saved_options";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_INITIAL_WAIT_TIME_IN_SECS = "initial_wait_time_in_secs";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_MAX_JITTER_PERCENT = "max_jitter_percent";
+static STATIC_VAR_UNUSED const char* RETRY_CONTROL_OPTION_SAVED_OPTIONS = "retry_control_saved_options";
 
 typedef enum RETRY_ACTION_TAG
 {