Browse Source

Mark a couple more arguments as unused.

Nick Mathewson 8 years ago
parent
commit
631e3517e3
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/common/crypto.c

+ 2 - 0
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[] = {