mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Mark a couple more arguments as unused.
This commit is contained in:
parent
13fee1baf7
commit
631e3517e3
@ -2445,6 +2445,8 @@ crypto_strongest_rand_fallback(uint8_t *out, size_t out_len)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
/* Windows exclusively uses crypto_strongest_rand_syscall(). */
|
||||
(void)out;
|
||||
(void)out_len;
|
||||
return -1;
|
||||
#else
|
||||
static const char *filenames[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user