removed printf causing warning when compiling with clang
parent
c8ca90f7ac
commit
aefe757308
|
@ -160,7 +160,6 @@ int AwaitDGram(CYASSL_CTX* ctx)
|
||||||
printf("Connected!\n");
|
printf("Connected!\n");
|
||||||
|
|
||||||
pthread_t threadid;
|
pthread_t threadid;
|
||||||
printf("new id %d created.\n",(int) threadid);
|
|
||||||
/* SPIN A THREAD HERE TO HANDLE "buff" and "reply/ack" */
|
/* SPIN A THREAD HERE TO HANDLE "buff" and "reply/ack" */
|
||||||
pthread_create(&threadid, NULL, ThreadControl, args);
|
pthread_create(&threadid, NULL, ThreadControl, args);
|
||||||
printf("control passed to thread control.\n");
|
printf("control passed to thread control.\n");
|
||||||
|
|
Loading…
Reference in New Issue