Commit 3ab7145a authored by Ian Craggs's avatar Ian Craggs Committed by GitHub

Merge pull request #170 from sylvain-miermont/sylvain-miermont-warning-patch

Fixed GCC warning
parents c27a4d2e 3a179557
...@@ -628,7 +628,7 @@ typedef struct ...@@ -628,7 +628,7 @@ typedef struct
} returned; } returned;
} MQTTClient_connectOptions; } MQTTClient_connectOptions;
#define MQTTClient_connectOptions_initializer { {'M', 'Q', 'T', 'C'}, 4, 60, 1, 1, NULL, NULL, NULL, 30, 20, NULL, 0, NULL, 0} #define MQTTClient_connectOptions_initializer { {'M', 'Q', 'T', 'C'}, 4, 60, 1, 1, NULL, NULL, NULL, 30, 20, NULL, 0, NULL, 0, {NULL, 0, 0} }
/** /**
* MQTTClient_libraryInfo is used to store details relating to the currently used * MQTTClient_libraryInfo is used to store details relating to the currently used
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment