Pārlūkot izejas kodu

Inhibit compiler warning

tags/v0.9.3
Michael Brown 17 gadus atpakaļ
vecāks
revīzija
74ad5014c5
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/crypto/axtls/bigint.c

+ 1
- 1
src/crypto/axtls/bigint.c Parādīt failu

@@ -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;

Notiek ielāde…
Atcelt
Saglabāt