tests: Fix mixed code compiler warning in torture_rand
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
родитель
a4aeee972c
Коммит
467d78a442
@ -16,9 +16,10 @@
|
||||
#define NUM_THREADS 100
|
||||
|
||||
static int setup(void **state) {
|
||||
(void) state;
|
||||
int rc;
|
||||
|
||||
(void) state;
|
||||
|
||||
ssh_threads_set_callbacks(ssh_threads_get_pthread());
|
||||
rc = ssh_init();
|
||||
if (rc != SSH_OK) {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user