diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/err/err.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c index a4b7b367ae..9528158a08 100644 --- a/crypto/err/err.c +++ b/crypto/err/err.c @@ -593,8 +593,7 @@ const char *ERR_reason_error_string(unsigned long e) return ((p == NULL) ? NULL : p->string); } -/* TODO(3.0): arg ignored for now */ -static void err_delete_thread_state(void *arg) +static void err_delete_thread_state(void *unused) { ERR_STATE *state = CRYPTO_THREAD_get_local(&err_thread_local); if (state == NULL) |