From 59fae11be8d9b2134b2b60c02c20dcb7ff10ff5d Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Wed, 23 Jan 2019 01:28:48 +0100 Subject: thread: Silence two compiler warnings --- src/restore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/restore.c') diff --git a/src/restore.c b/src/restore.c index a187dfa..cdab845 100644 --- a/src/restore.c +++ b/src/restore.c @@ -2318,7 +2318,7 @@ int restore_device(struct idevicerestore_client_t* client, plist_t build_identit idevice_t device = NULL; restored_client_t restore = NULL; restored_error_t restore_error = RESTORE_E_SUCCESS; - thread_t fdr_thread = NULL; + thread_t fdr_thread = (thread_t)NULL; restore_finished = 0; -- cgit v1.1-32-gdbae