Fixes for minor Jenkins build warnings.

This commit is contained in:
David Garske
2019-01-03 11:22:01 -08:00
parent ef916f2c55
commit a7251e4158

View File

@ -809,6 +809,8 @@ static void* client_thread(void* args)
pthread_cond_signal(&info->to_server.cond);
info->to_client.done = 1;
(void)ret; /* set in into struct */
return NULL;
}
#endif /* HAVE_PTHREAD */
@ -1004,7 +1006,7 @@ static int bench_tls_server(info_t* info)
#endif
/* start total counter after first wait */
if (total == 0.0f) {
if (total == 0.0) {
total = gettime_secs(0);
}