mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Fixes for minor Jenkins build warnings.
This commit is contained in:
@@ -809,6 +809,8 @@ static void* client_thread(void* args)
|
|||||||
pthread_cond_signal(&info->to_server.cond);
|
pthread_cond_signal(&info->to_server.cond);
|
||||||
info->to_client.done = 1;
|
info->to_client.done = 1;
|
||||||
|
|
||||||
|
(void)ret; /* set in into struct */
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
#endif /* HAVE_PTHREAD */
|
#endif /* HAVE_PTHREAD */
|
||||||
@@ -1004,7 +1006,7 @@ static int bench_tls_server(info_t* info)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* start total counter after first wait */
|
/* start total counter after first wait */
|
||||||
if (total == 0.0f) {
|
if (total == 0.0) {
|
||||||
total = gettime_secs(0);
|
total = gettime_secs(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user