From: Nick Mathewson Date: Wed, 9 Dec 2015 16:58:32 +0000 (-0500) Subject: Mark a couple more arguments as unused. X-Git-Tag: tor-0.2.8.1-alpha~170 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=631e3517e3baa99a83702e01bb7ef26667bd3dd8;p=thirdparty%2Ftor.git Mark a couple more arguments as unused. --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 45549334e7..5569ec78b6 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -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[] = {