瀏覽代碼

Inhibit compiler warning

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
74ad5014c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/crypto/axtls/bigint.c

+ 1
- 1
src/crypto/axtls/bigint.c 查看文件

@@ -473,7 +473,7 @@ bigint *bi_divide(BI_CTX *ctx, bigint *u, bigint *v, int is_mod)
473 473
 /*
474 474
  * Perform an integer divide on a bigint.
475 475
  */
476
-static bigint *bi_int_divide(BI_CTX *ctx, bigint *biR, comp denom)
476
+static bigint *bi_int_divide(BI_CTX *ctx __unused, bigint *biR, comp denom)
477 477
 {
478 478
     int i = biR->size - 1;
479 479
     long_comp r = 0;

Loading…
取消
儲存