Commit a29ac8bd authored by Ian Craggs's avatar Ian Craggs

Remove compiler warning in a test

parent f1fecac0
......@@ -1036,7 +1036,7 @@ int subscribe_failure_test()
int i, rc, count = 0;
MQTTClient_connectOptions opts = MQTTClient_connectOptions_initializer;
MQTTClient aclient;
unsigned int subqos = 2;
int subqos = 2;
MyLog(LOGA_INFO, "Starting subscribe failure test");
......
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