Commit 33c5108b authored by Ian Craggs's avatar Ian Craggs

Remove OSX compiler warnings

parent 4a9f71be
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
#include <unistd.h> #include <unistd.h>
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#endif #endif
/** socket operation completed successfully */ /** socket operation completed successfully */
......
...@@ -1466,7 +1466,7 @@ int test5a(struct Options options) ...@@ -1466,7 +1466,7 @@ int test5a(struct Options options)
Test5b: Anonymous ciphers - server auth enabled Test5b: Anonymous ciphers - server auth enabled
/********************************************************************/ ********************************************************************/
void test5bOnConnectFailure(void* context, MQTTAsync_failureData* response) void test5bOnConnectFailure(void* context, MQTTAsync_failureData* response)
{ {
......
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