Mark a couple more arguments as unused.

This commit is contained in:
Nick Mathewson 2015-12-09 11:58:32 -05:00
parent 13fee1baf7
commit 631e3517e3

View File

@ -2445,6 +2445,8 @@ crypto_strongest_rand_fallback(uint8_t *out, size_t out_len)
{ {
#ifdef _WIN32 #ifdef _WIN32
/* Windows exclusively uses crypto_strongest_rand_syscall(). */ /* Windows exclusively uses crypto_strongest_rand_syscall(). */
(void)out;
(void)out_len;
return -1; return -1;
#else #else
static const char *filenames[] = { static const char *filenames[] = {