浏览代码

Mark a couple more arguments as unused.

Nick Mathewson 9 年之前
父节点
当前提交
631e3517e3
共有 1 个文件被更改,包括 2 次插入0 次删除
  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[] = {